Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
ac2e1e57
Commit
ac2e1e57
authored
Nov 12, 2015
by
Ben Gamari
🐢
Browse files
T10678: Fix bytes allocated statistic
parent
351de169
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/primops/should_run/all.T
View file @
ac2e1e57
...
...
@@ -5,7 +5,7 @@ test('T9430', omit_ways(['ghci']), compile_and_run, [''])
test
('
T10481
',
exit_code
(
1
),
compile_and_run
,
[''])
test
('
T10678
',
[
stats_num_field
('
bytes allocated
',
[(
wordsize
(
64
),
88
0417
68
,
5
)
[(
wordsize
(
64
),
640
0417
1
,
5
)
# 2015-11-04: 88041768 +/- 5% (before runRW#)
# 2015-11-04: 64004171 (after runRW#)
]),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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