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
04897256
Commit
04897256
authored
Dec 22, 2010
by
Simon Marlow
Browse files
Update bytes allocated for T3738
RTS was changed to calculate allocations more accurately
parent
ddd5e114
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/perf/should_run/all.T
View file @
04897256
...
...
@@ -61,9 +61,9 @@ test('T3738',
stats_num_field
('
bytes allocated
',
12700
,
14000
)),
if_wordsize
(
64
,
stats_num_field
('
bytes allocated
',
6
0000
,
8
0000
)),
# expected value:
72608
(amd64/Linux)
stats_num_field
('
bytes allocated
',
4
0000
,
6
0000
)),
# expected value:
49400
(amd64/Linux)
only_ways
(['
normal
'])
],
compile_and_run
,
...
...
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