[commit: ghc] master: Further relax T1969âs max_bytes range (ce03c4a)
git at git.haskell.org
git at git.haskell.org
Tue Nov 4 09:10:12 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ce03c4a628c7ed75138c95aff65d85ab01b69a66/ghc
>---------------------------------------------------------------
commit ce03c4a628c7ed75138c95aff65d85ab01b69a66
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Nov 4 10:09:50 2014 +0100
Further relax T1969’s max_bytes range
>---------------------------------------------------------------
ce03c4a628c7ed75138c95aff65d85ab01b69a66
testsuite/tests/perf/compiler/all.T | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 1a9dfcb..76aee35 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -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, 10)]),
+ (wordsize(64), 10000000, 15)]),
# 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)
More information about the ghc-commits
mailing list