Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/89d12b5176f59c3158ef3b55433d49ac460d104a >--------------------------------------------------------------- commit 89d12b5176f59c3158ef3b55433d49ac460d104a Author: Ian Lynagh <[email protected]> Date: Thu Sep 20 23:36:57 2012 +0100 Update perf bounds >--------------------------------------------------------------- tests/perf/compiler/all.T | 5 +++-- tests/perf/haddock/all.T | 19 ++++++++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index 4a405de..16e902f 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -13,10 +13,11 @@ test('T1969', # 15 (x86/OS X) # 19 (x86/OS X) if_wordsize(64, - compiler_stats_num_field('peak_megabytes_allocated', 24, - 37)), + compiler_stats_num_field('peak_megabytes_allocated', 22, + 24)), # expected value: 28 (amd64/Linux) # expected value: 34 (amd64/Linux) + # 2012-09-20 23 (amd64/Linux) if_wordsize(32, compiler_stats_num_field('max_bytes_used', 4000000, 7000000)), diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T index deaa0ad..8e4ad67 100644 --- a/tests/perf/haddock/all.T +++ b/tests/perf/haddock/all.T @@ -11,15 +11,17 @@ test('haddock.base', 143)) # 2012-08-14: 144 (x86/OSX) ,if_wordsize(64, - stats_range_field('max_bytes_used', 87374568, 2)) + stats_range_field('max_bytes_used', 84794136, 2)) # 2012-08-14: 87374568 (amd64/Linux) # 2012-08-21: 86428216 (amd64/Linux) + # 2012-09-20: 84794136 (amd64/Linux) ,if_wordsize(32, stats_range_field('max_bytes_used', 45574928, 1)) # 2012-08-14: 45574928 (x86/OSX) ,if_wordsize(64, - stats_range_field('bytes allocated', 5920822352, 1)) + stats_range_field('bytes allocated', 5829972376, 1)) # 2012-08-14: 5920822352 (amd64/Linux) + # 2012-09-20: 5829972376 (amd64/Linux) ,if_wordsize(32, stats_range_field('bytes allocated', 3046487920, 1)) # 2012-08-14: 3046487920 (x86/OSX) @@ -30,10 +32,11 @@ test('haddock.base', test('haddock.Cabal', [unless_in_tree_compiler(skip) ,if_wordsize(64, - stats_num_field('peak_megabytes_allocated', 209, - 213)) + stats_num_field('peak_megabytes_allocated', 225, + 229)) # 2012-08-14: 202 (amd64/Linux) # 2012-08-29: 211 (amd64/Linux, new codegen) + # 2012-09-20: 227 (amd64/Linux, new codegen) ,if_wordsize(32, stats_num_field('peak_megabytes_allocated', 115, 117)) @@ -59,17 +62,19 @@ test('haddock.Cabal', test('haddock.compiler', [unless_in_tree_compiler(skip) ,if_wordsize(64, - stats_num_field('peak_megabytes_allocated', 1198, - 1204)) + stats_num_field('peak_megabytes_allocated', 1226, + 1230)) # 2012-08-14: 1203 (amd64/Linux) # 2012-08-21: 1199 (amd64/Linux) + # 2012-09-20: 1228 (amd64/Linux) ,if_wordsize(32, stats_num_field('peak_megabytes_allocated', 630, 632)) # 2012-08-14: 631 (x86/OSX) ,if_wordsize(64, - stats_range_field('max_bytes_used', 428775544, 1)) + stats_range_field('max_bytes_used', 437618008, 1)) # 2012-08-14: 428775544 (amd64/Linux) + # 2012-09-20: 437618008 (amd64/Linux) ,if_wordsize(32, stats_range_field('max_bytes_used', 231064920, 1)) # 2012-08-14: 231064920 (x86/OSX) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
