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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/5957802549283304080039ca12ab050bb1ff3e48

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

commit 5957802549283304080039ca12ab050bb1ff3e48
Author: Ian Lynagh <[email protected]>
Date:   Tue Sep 18 00:53:06 2012 +0100

    Update perf test bounds
    
    Some wibbles due to recent changes. Some things got better, some got
    worse, but nothing drastic.

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

 tests/perf/compiler/all.T |   13 ++++++++-----
 tests/perf/haddock/all.T  |    8 +++++---
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index a2dc516..a2620fa 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -36,7 +36,7 @@ test('T1969',
                                     #                 221667908 (x86/OS X)
                                     #                 274932264 (x86/Linux)
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 633332520, 1)),
+          compiler_stats_range_field('bytes allocated', 641959976, 1)),
                                     # 17/11/2009:     434,845,560 (amd64/Linux)
                                     # 08/12/2009:     459,776,680 (amd64/Linux)
                                     # 17/05/2010:     519,377,728 (amd64/Linux)
@@ -45,7 +45,8 @@ test('T1969',
                                     # 20/07/2012:     595,936,240 (amd64/Linux)
                                     # 23/08/2012:     606,230,880 (amd64/Linux)
                                     # 29/08/2012:     633,334,184 (amd64/Linux)
-                                    #                 (new codegen)
+                                    #                 (^ new codegen)
+                                    # 18/09/2012:     641,959,976 (amd64/Linux)
       only_ways(['normal']),
       extra_hc_opts('-dcore-lint')
           # Leave -dcore-lint on for this one test, so that we have something
@@ -82,10 +83,11 @@ test('T3294',
                                                       750000000)),
                                     # expected value: 815479800  (x86/Linux)
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 2961778696, 5)),
+          compiler_stats_range_field('bytes allocated', 2717327208, 5)),
                                    # old:        1,357,587,088 (amd64/Linux)
                                    # 29/08/2012: 2,961,778,696 (amd64/Linux)
-                                   #   (increase due to new codegen, see #7198)
+                                   # (^ increase due to new codegen, see #7198)
+                                   # 18/09/2012: 2,717,327,208 (amd64/Linux)
       conf_3294
       ],
      compile,
@@ -264,6 +266,7 @@ test('T6048',
           compiler_stats_range_field('bytes allocated', 38000000, 10)),
 
       if_wordsize(64,
-          compiler_stats_range_field('bytes allocated', 67328320, 10))
+          compiler_stats_range_field('bytes allocated', 97247032, 10))
+                                           # 18/09/2012 97247032 amd64/Linux
       ],
       compile,[''])
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index d6bf1bc..deaa0ad 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -2,9 +2,10 @@
 test('haddock.base',
      [unless_in_tree_compiler(skip)
      ,if_wordsize(64,
-          stats_num_field('peak_megabytes_allocated', 239,
-                                                      241))
+          stats_num_field('peak_megabytes_allocated', 236,
+                                                      248))
                                         # 2012-08-14: 240 (amd64/Linux)
+                                        # 2012-09-18: 237 (amd64/Linux)
      ,if_wordsize(32,
           stats_num_field('peak_megabytes_allocated', 142,
                                                       143))
@@ -73,9 +74,10 @@ test('haddock.compiler',
           stats_range_field('max_bytes_used', 231064920, 1))
                                 # 2012-08-14: 231064920 (x86/OSX)
      ,if_wordsize(64,
-          stats_range_field('bytes allocated', 26353100288, 1))
+          stats_range_field('bytes allocated', 26882813032, 1))
                               # 2012-08-14: 26,070,600,504 (amd64/Linux)
                               # 2012-08-29: 26,353,100,288 (amd64/Linux, new 
CG)
+                              # 2012-09-18: 26,882,813,032 (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

Reply via email to