Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2ed1fdf4
Commit
2ed1fdf4
authored
Jan 11, 2012
by
Simon Marlow
Browse files
widen peak_megablocks_allocated for T4801 (64bit/Linux)
I checked and there's no regression here, just timing of GCs.
parent
05306f49
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/perf/compiler/all.T
View file @
2ed1fdf4
...
...
@@ -82,9 +82,9 @@ test('T4801',
if_wordsize
(
32
,
# expected value x86/OSX: 27
compiler_stats_num_field
('
peak_megabytes_allocated
',
25
,
29
)),
# expected value: 48-4
9
(amd64/Linux):
# expected value: 48-
5
4 (amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
47
,
5
0
)),
compiler_stats_num_field
('
peak_megabytes_allocated
',
47
,
5
4
)),
# expected value: 58 (amd64/OS X):
if_platform
('
x86_64-apple-darwin
',
compiler_stats_num_field
('
peak_megabytes_allocated
',
56
,
60
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment