Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/349493eedd3321a536c622309208a522df904113 >--------------------------------------------------------------- commit 349493eedd3321a536c622309208a522df904113 Author: Simon Peyton Jones <simo...@microsoft.com> Date: Mon Dec 24 14:04:45 2012 +0000 Bump the residency of T4801 Residency is a very wobbly number; it depends on GC sampling time. So I don't think this is a real regression. >--------------------------------------------------------------- tests/perf/compiler/all.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index b588c47..3ff9f60 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -141,11 +141,12 @@ test('T4801', 12000000)), # expected value: 10290952 (windows) if_wordsize(64, - compiler_stats_range_field('max_bytes_used', 18619912, 15)), + compiler_stats_range_field('max_bytes_used', 21657520, 15)), # prev: 20486256 (amd64/OS X) # 30/08/2012: 17305600--20391920 (varies a lot) # 19/10/2012: 26882576 (-fPIC turned on) # 19/10/2012: 18619912 (-fPIC turned off) + # 24/12/2012: 21657520 (perhaps gc sampling time wibbles?) if_platform('x86_64-apple-darwin', compiler_stats_num_field('max_bytes_used', 20000000, 23000000)), _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc