Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ce03c4a6
Commit
ce03c4a6
authored
Nov 04, 2014
by
Joachim Breitner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Further relax T1969’s max_bytes range
parent
6dd218e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
testsuite/tests/perf/compiler/all.T
testsuite/tests/perf/compiler/all.T
+3
-2
No files found.
testsuite/tests/perf/compiler/all.T
View file @
ce03c4a6
...
...
@@ -55,14 +55,15 @@ test('T1969',
# 2009-12-31 6149572 (x86/Linux)
# 2014-01-22 6429864 (x86/Linux)
# 2014-06-29 5949188 (x86/Linux)
(
wordsize
(
64
),
9684256
,
1
0
)]),
(
wordsize
(
64
),
10000000
,
1
5
)]),
# 2014-09-10 10463640, 10 # post-AMP-update (somewhat stabelish)
# 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,
# hence 10% range.
# See Note [residency] to get an accurate view.
# 2014-09-14 9684256, 10 # try to lower it a bit more to match Phab's CI
# 2014-09-14 9684256, 10 # try to lower it a bit more to match Phab's CI
# 2014-11-03 10584344, # ghcspeed reports higher numbers consistently
compiler_stats_num_field
('
bytes allocated
',
[(
platform
('
i386-unknown-mingw32
'),
301784492
,
5
),
# 215582916 (x86/Windows)
...
...
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