Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/c82f38aefc666f8f32ca80f76e5da7c9e3993344 >--------------------------------------------------------------- commit c82f38aefc666f8f32ca80f76e5da7c9e3993344 Author: Ian Lynagh <[email protected]> Date: Tue Aug 14 22:18:15 2012 +0100 Set haddock perf stats for the stable branch >--------------------------------------------------------------- tests/perf/haddock/all.T | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T index 6dc2149..e9c9296 100644 --- a/tests/perf/haddock/all.T +++ b/tests/perf/haddock/all.T @@ -2,22 +2,22 @@ test('haddock.base', [unless_in_tree_compiler(skip) ,if_wordsize(64, - stats_num_field('peak_megabytes_allocated', 239, - 241)) - # 2012-08-14: 240 (amd64/Linux) + stats_num_field('peak_megabytes_allocated', 243, + 245)) + # 2012-08-14: 244 (amd64/Linux) ,if_wordsize(32, stats_num_field('peak_megabytes_allocated', 142, 143)) # 2012-08-14: 144 (x86/OSX) ,if_wordsize(64, - stats_range_field('max_bytes_used', 87374568, 1)) - # 2012-08-14: 87374568 (amd64/Linux) + stats_range_field('max_bytes_used', 87973376, 1)) + # 2012-08-14: 87973376 (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)) - # 2012-08-14: 5920822352 (amd64/Linux) + stats_range_field('bytes allocated', 6008206104, 1)) + # 2012-08-14: 6008206104 (amd64/Linux) ,if_wordsize(32, stats_range_field('bytes allocated', 3046487920, 1)) # 2012-08-14: 3046487920 (x86/OSX) @@ -28,22 +28,22 @@ test('haddock.base', test('haddock.Cabal', [unless_in_tree_compiler(skip) ,if_wordsize(64, - stats_num_field('peak_megabytes_allocated', 201, - 203)) - # 2012-08-14: 202 (amd64/Linux) + stats_num_field('peak_megabytes_allocated', 203, + 205)) + # 2012-08-14: 204 (amd64/Linux) ,if_wordsize(32, stats_num_field('peak_megabytes_allocated', 115, 117)) # 2012-08-14: 116 (x86/OSX) ,if_wordsize(64, - stats_range_field('max_bytes_used', 74119424, 1)) - # 2012-08-14: 74119424 (amd64/Linux) + stats_range_field('max_bytes_used', 74901488, 1)) + # 2012-08-14: 74901488 (amd64/Linux) ,if_wordsize(32, stats_range_field('max_bytes_used', 47461532, 1)) # 2012-08-14: 47461532 (x86/OSX) ,if_wordsize(64, - stats_range_field('bytes allocated', 3255435248, 1)) - # 2012-08-14: 3255435248 (amd64/Linux) + stats_range_field('bytes allocated', 3243985728, 1)) + # 2012-08-14: 3243985728 (amd64/Linux) ,if_wordsize(32, stats_range_field('bytes allocated', 1648610180, 1)) # 2012-08-14: 1648610180 (x86/OSX) @@ -54,22 +54,22 @@ test('haddock.Cabal', test('haddock.compiler', [unless_in_tree_compiler(skip) ,if_wordsize(64, - stats_num_field('peak_megabytes_allocated', 1202, - 1204)) - # 2012-08-14: 1203 (amd64/Linux) + stats_num_field('peak_megabytes_allocated', 1197, + 1199)) + # 2012-08-14: 1198 (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)) - # 2012-08-14: 428775544 (amd64/Linux) + stats_range_field('max_bytes_used', 427111776, 1)) + # 2012-08-14: 427111776 (amd64/Linux) ,if_wordsize(32, stats_range_field('max_bytes_used', 231064920, 1)) # 2012-08-14: 231064920 (x86/OSX) ,if_wordsize(64, - stats_range_field('bytes allocated', 26070600504, 1)) - # 2012-08-14: 26070600504 (amd64/Linux) + stats_range_field('bytes allocated', 25870942672, 1)) + # 2012-08-14: 25870942672 (amd64/Linux) ,if_wordsize(32, stats_range_field('bytes allocated', 13471797488, 1)) # 2012-08-14: 13471797488 (x86/OSX) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
