[commit: testsuite] master: Update performance test due to fix for #8456 (1e31b00)

git at git.haskell.org git at git.haskell.org
Fri Oct 18 17:21:47 UTC 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1e31b0083597c2c1cf3198c8e8c5736360640f91/testsuite

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

commit 1e31b0083597c2c1cf3198c8e8c5736360640f91
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Fri Oct 18 19:00:55 2013 +0200

    Update performance test due to fix for #8456


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

1e31b0083597c2c1cf3198c8e8c5736360640f91
 tests/perf/compiler/all.T |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index fce41dc..917dd75 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -44,7 +44,7 @@ test('T1969',
              #            274932264 (x86/Linux)
              # 2012-10-08 303930948 (x86/Linux, new codegen)
              # 2013-02-10 322937684 (x86/OSX)
-           (wordsize(64), 658786936, 5)]),
+           (wordsize(64), 698612512, 5)]),
              # 17/11/2009 434845560 (amd64/Linux)
              # 08/12/2009 459776680 (amd64/Linux)
              # 17/05/2010 519377728 (amd64/Linux)
@@ -63,6 +63,8 @@ test('T1969',
              #            (^ UNKNOWN REASON )
              # 17/1/13:   667160192 (x86_64/Linux)
              #            (^ new demand analyser)
+             # 18/10/2013 698612512 (x86_64/Linux)
+             #            (fix for #8456)
       only_ways(['normal']),
 
       extra_hc_opts('-dcore-lint -static')
@@ -259,13 +261,15 @@ test('T783',
             # 2012-10-08: 226907420 (x86/Linux)
             # 2013-02-10: 329202116 (x86/Windows)
             # 2013-02-10: 338465200 (x86/OSX)
-           (wordsize(64), 640324528, 10)]),
+           (wordsize(64), 734038080, 10)]),
             # prev:       349263216 (amd64/Linux)
             # 07/08/2012: 384479856 (amd64/Linux)
             # 29/08/2012: 436927840 (amd64/Linux)
             # 12/11/2012: 640324528 (amd64/Linux)
             #   (OldCmm removed: not sure why this got worse, the
             #    other perf tests remained about the same)
+            # 18/10/2013: 734038080 (amd64/Linux)
+            #   (fix for #8456)
       extra_hc_opts('-static')
       ],
       compile,[''])



More information about the ghc-commits mailing list