[commit: ghc] master: Adjust performance numbers (27528b3)

git at git.haskell.org git at git.haskell.org
Thu Apr 7 07:19:15 UTC 2016


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

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

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

commit 27528b30d675fabd9aa5ad5556bc8071f13f99b5
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Apr 7 09:21:22 2016 +0200

    Adjust performance numbers
    
    to what phabricator found; not sure why my local validation yielded
    different numbers.


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

27528b30d675fabd9aa5ad5556bc8071f13f99b5
 testsuite/tests/perf/compiler/all.T | 3 ++-
 testsuite/tests/perf/haddock/all.T  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index c9aa537..b3ae160 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -680,11 +680,12 @@ test('T9675',
 test('T9872a',
      [ only_ways(['normal']),
        compiler_stats_num_field('bytes allocated',
-          [(wordsize(64), 3581500440, 5),
+          [(wordsize(64), 3352882080, 5),
           # 2014-12-10    5521332656    Initally created
           # 2014-12-16    5848657456    Flattener parameterized over roles
           # 2014-12-18    2680733672    Reduce type families even more eagerly
           # 2015-12-11    3581500440    TypeInType (see #11196)
+          # 2016-04-07    3352882080    CSE improvements
            (wordsize(32), 1740903516, 5)
           # was           1325592896
           # 2016-04-06    1740903516    x86/Linux
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 2d40dcb..cf1ad4c 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -51,7 +51,7 @@ test('haddock.base',
 test('haddock.Cabal',
      [unless(in_tree_compiler(), skip), req_haddock
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 11542374816, 5)
+          [(wordsize(64), 10963514352, 5)
             # 2012-08-14: 3255435248 (amd64/Linux)
             # 2012-08-29: 3324606664 (amd64/Linux, new codegen)
             # 2012-10-08: 3373401360 (amd64/Linux)
@@ -78,6 +78,7 @@ test('haddock.Cabal',
             # 2016-03-29: 11517963232 (amd64/Linux) - not yet investigated
             # 2016-03-30: 10941742184 (amd64/Linux) - defer inlining of Int* Ord methods
             # 2016-04-06: 11542374816 (amd64/Linux) - CSE improvements and others
+            # 2016-04-07: 10963514352 (amd64/Linux) - Revert to what phabricator claims
 
           ,(platform('i386-unknown-mingw32'), 3293415576, 5)
             # 2012-10-30:                     1733638168 (x86/Windows)



More information about the ghc-commits mailing list