Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
947f0281
Commit
947f0281
authored
Apr 12, 2011
by
Simon Marlow
Browse files
T4801: reduce memory use thresholds
parent
f0ff84da
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/perf/compiler/all.T
View file @
947f0281
...
...
@@ -76,9 +76,9 @@ test('T4801',
[
# expected value: 11 (x86/OSX):
if_wordsize
(
32
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
35
,
45
)),
# expected value:
18
(amd64/Linux):
# expected value:
66
(amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
7
0
,
8
0
)),
compiler_stats_num_field
('
peak_megabytes_allocated
',
6
0
,
7
0
)),
# expected value: 353463196 (x86/Windows)
if_wordsize
(
32
,
compiler_stats_num_field
('
bytes allocated
',
330000000
,
...
...
Write
Preview
Supports
Markdown
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