Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/dc9c5b1163548c68680341f4d95f30e4def4a377

>---------------------------------------------------------------

commit dc9c5b1163548c68680341f4d95f30e4def4a377
Author: Simon Marlow <marlo...@gmail.com>
Date:   Mon Oct 8 09:52:58 2012 +0100

    update 64-bit values

>---------------------------------------------------------------

 tests/perf/haddock/all.T |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index fdf5f29..3896c41 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -19,9 +19,10 @@ test('haddock.base',
           stats_range_field('max_bytes_used', 45574928, 1))
                                 # 2012-08-14: 45574928 (x86/OSX)
      ,if_wordsize(64,
-          stats_range_field('bytes allocated', 5829972376, 1))
+          stats_range_field('bytes allocated', 5902601224, 2))
                                  # 2012-08-14: 5920822352 (amd64/Linux)
                                  # 2012-09-20: 5829972376 (amd64/Linux)
+                                 # 2012-10-08: 5902601224 (amd64/Linux)
      ,if_wordsize(32,
           stats_range_field('bytes allocated', 3046487920, 1))
                                  # 2012-08-14: 3046487920 (x86/OSX)
@@ -32,27 +33,29 @@ test('haddock.base',
 test('haddock.Cabal',
      [unless_in_tree_compiler(skip)
      ,if_wordsize(64,
-          stats_num_field('peak_megabytes_allocated', 225,
-                                                      229))
+          stats_range_field('peak_megabytes_allocated', 217, 10))
                              # 2012-08-14: 202 (amd64/Linux)
                              # 2012-08-29: 211 (amd64/Linux, new codegen)
-                             # 2012-09-20: 227 (amd64/Linux, new codegen)
+                             # 2012-09-20: 227 (amd64/Linux)
+                             # 2012-10-08: 217 (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', 91341568, 2))
+          stats_range_field('max_bytes_used', 80590280, 15))
                              # 2012-08-14: 74119424 (amd64/Linux)
                              # 2012-08-29: 77992512 (amd64/Linux, new codegen)
                              # 2012-10-02: 91341568 (amd64/Linux)
+                             # 2012-10-08: 80590280 (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', 3324606664, 1))
+          stats_range_field('bytes allocated', 3373401360, 2))
                              # 2012-08-14: 3255435248 (amd64/Linux)
                              # 2012-08-29: 3324606664 (amd64/Linux, new 
codegen)
+                             # 2012-10-08: 3373401360 (amd64/Linux)
      ,if_wordsize(32,
           stats_range_field('bytes allocated', 1648610180, 1))
                              # 2012-08-14: 1648610180 (x86/OSX)
@@ -63,19 +66,20 @@ test('haddock.Cabal',
 test('haddock.compiler',
      [unless_in_tree_compiler(skip)
      ,if_wordsize(64,
-          stats_num_field('peak_megabytes_allocated', 1226,
-                                                      1230))
+          stats_range_field('peak_megabytes_allocated', 1240, 10))
                                         # 2012-08-14: 1203 (amd64/Linux)
                                         # 2012-08-21: 1199 (amd64/Linux)
                                         # 2012-09-20: 1228 (amd64/Linux)
+                                        # 2012-10-08: 1240 (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', 437618008, 1))
+          stats_range_field('max_bytes_used', 442768280, 2))
                                 # 2012-08-14: 428775544 (amd64/Linux)
                                 # 2012-09-20: 437618008 (amd64/Linux)
+                                # 2012-10-08: 442768280 (amd64/Linux)
      ,if_wordsize(32,
           stats_range_field('max_bytes_used', 231064920, 1))
                                 # 2012-08-14: 231064920 (x86/OSX)



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to