[commit: ghc] master: testsuite: More 32-bit performance changes (fb7e5bd)

git at git.haskell.org git at git.haskell.org
Wed Mar 29 20:53:31 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/fb7e5bd350407888d6638e15d16aad311d7d9006/ghc

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

commit fb7e5bd350407888d6638e15d16aad311d7d9006
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Mar 27 08:16:18 2017 -0400

    testsuite: More 32-bit performance changes


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

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

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 178de3d..a390830 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -813,10 +813,10 @@ test('T9872b',
           # 2016-09-15:   4069522928    Fix #12422
           # 2017-02-14    3730686224    Early inlining: 5% improvement
 
-           (wordsize(32), 1740903516, 5)
+           (wordsize(32), 1894037608, 5)
           # was           1700000000
           # 2016-04-06    2422750696    x86/Linux
-          # 2017-03-24    1740903516    x86/Linux, 64-bit machine
+          # 2017-03-24    1894037608    x86/Linux, 64-bit machine
           ]),
       ],
      compile_fail,
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 461a3a5..65e1644 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -47,14 +47,14 @@ test('haddock.base',
             # 2014-12-01:                     4202377432 (x86/Windows, 64bit machine)
             # 2015-01-20:                     4434804940 (x86/Windows, 64bit machine)
 
-          ,(wordsize(32), 3623926468, 5)])
+          ,(wordsize(32), 3819657568, 5)])
             # 2012-08-14: 3046487920 (x86/OSX)
             # 2012-10-30: 2955470952 (x86/Windows)
             # 2013-02-10: 3146596848 (x86/OSX)
             # 2014-02-22: 3554624600 (x86/Linux - new haddock)
             # 2014-06-29: 3799130400 (x86/Linux)
             # 2016-04-06: 5509757068 (x86/Linux)
-            # 2017-03-24: 3623926468 (x86/Linux)
+            # 2017-03-24: 3819657568 (x86/Linux)
       ],
      stats,
      ['haddock.t'])
@@ -157,12 +157,12 @@ test('haddock.compiler',
             # 2014-12-01:                       104140852 (x86/Windows, sudden shrinkage!)
             # 2014-12-10:                       217933548 increased again
 
-          ,(wordsize(32), 3872262112, 5)])
+          ,(wordsize(32), 118738876, 5)])
             # 2012-08-14: 13471797488 (x86/OSX)
             # 2014-01-22: 14581475024 (x86/Linux - new haddock)
             # 2014-06-29: 15110426000 (x86/Linux)
             # 2016-04-06: 16222702892 (x86/Linux)
-            # 2017-03-24: 3872262112  (x86/Linux)
+            # 2017-03-24: 118738876   (x86/Linux)
       ],
      stats,
      ['haddock.t'])



More information about the ghc-commits mailing list