Skip to content
GitLab
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
f58d2383
Commit
f58d2383
authored
Oct 22, 2012
by
Simon Marlow
Browse files
widen the range of max_bytes_used for T1969, to reduce spurious
failures
parent
63a3760b
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/perf/compiler/all.T
View file @
f58d2383
...
...
@@ -26,7 +26,7 @@ test('T1969',
# 5717704 (x86/Windows 17/05/10)
# 6149572 (x86/Linux, 31/12/09)
if_wordsize
(
64
,
compiler_stats_range_field
('
max_bytes_used
',
9000000
,
15
)),
compiler_stats_range_field
('
max_bytes_used
',
9000000
,
20
)),
# looks like the peak is around 10M, but we're
# unlikely to GC exactly on the peak.
# varies quite a lot with CLEANUP and BINDIST,
...
...
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