[commit: testsuite] master: Update compiler performance values (8d6c941)

git at git.haskell.org git at git.haskell.org
Thu Dec 12 15:03:52 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8d6c94122aa63e1c74f44f4b5b5895785f8847b3/testsuite

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

commit 8d6c94122aa63e1c74f44f4b5b5895785f8847b3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Dec 12 14:22:35 2013 +0000

    Update compiler performance values


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

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

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index abc9758..ea5807e 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -129,13 +129,15 @@ test('T3294',
            # previous:     815479800  (x86/Linux)
            # (^ increase due to new codegen, see #7198)
            # 2012-10-08:  1373514844 (x86/Linux)
-           (wordsize(64), 2901451552, 5)]),
+           (wordsize(64), 3083825616, 5)]),
             # old:        1357587088 (amd64/Linux)
             # 29/08/2012: 2961778696 (amd64/Linux)
             # (^ increase due to new codegen, see #7198)
             # 18/09/2012: 2717327208 (amd64/Linux)
             # 08/06/2013: 2901451552 (amd64/Linux)
             # (^ reason unknown)
+            # 12/12/2013: 3083825616 (amd64/Linux)
+            # (^ reason unknown)
       conf_3294
       ],
      compile,
@@ -217,7 +219,7 @@ test('T3064',
       compiler_stats_num_field('max_bytes_used',
           [(wordsize(32), 5511604, 20),
         # expected value: 2247016 (x86/Linux) (28/6/2011):
-           (wordsize(64), 16266992, 20)]),
+           (wordsize(64), 19821544, 20)]),
             # (amd64/Linux, intree) (28/06/2011):  4032024
             # (amd64/Linux, intree) (07/02/2013):  9819288
             # (amd64/Linux)         (14/02/2013):  8687360
@@ -227,6 +229,7 @@ test('T3064',
             # (amd64/Linux)         (11/09/2013): 12000480, increase from AMP warnings
             #                                     933cdf15a2d85229d3df04b437da31fdfbf4961f
             # (amd64/Linux)         (22/11/2013): 16266992, GND via Coercible and counters for constraints solving
+            # (amd64/Linux)         (12/12/2013): 19821544, better One shot analysis
        only_ways(['normal'])
       ],
      compile,
@@ -262,8 +265,9 @@ test('T5631',
      [compiler_stats_num_field('bytes allocated',
           [(wordsize(32), 392904228, 10),
         # expected value: 392904228 (x86/Linux)
-           (wordsize(64), 774595008, 5)]),
+           (wordsize(64), 735486328, 5)]),
         # expected value: 774595008 (amd64/Linux):
+        # expected value: 735486328 (amd64/Linux) 2012/12/12:
        only_ways(['normal'])
       ],
      compile,
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index 21cd6a8..c50f670 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -75,7 +75,7 @@ test('haddock.Cabal',
             # 2012-08-14: 47461532 (x86/OSX)
             # 2013-02-10: 46563344 (x86/OSX)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 3908586784, 2)
+          [(wordsize(64), 3828567272, 2)
             # 2012-08-14: 3255435248 (amd64/Linux)
             # 2012-08-29: 3324606664 (amd64/Linux, new codegen)
             # 2012-10-08: 3373401360 (amd64/Linux)
@@ -83,7 +83,8 @@ test('haddock.Cabal',
             # 2013-03-28: 3517301864 (amd64/Linux) fixed #7796
             # 2013-04-26: 3658801800 (amd64/Linux) Cabal updated
             # 2013-08-26: 3808466816 (amd64/Linux) Cabal updated
-            # 2013-21-11: 3908586784 (amd64/Linux) Cabal updated
+            # 2013-11-21: 3908586784 (amd64/Linux) Cabal updated
+            # 2013-12-12: 3828567272 (amd64/Linux)
           ,(platform('i386-unknown-mingw32'), 1906532680, 1)
             # 2012-10-30:                     1733638168 (x86/Windows)
             # 2013-02-10:                     1906532680 (x86/Windows)
@@ -96,13 +97,14 @@ test('haddock.Cabal',
 test('haddock.compiler',
      [unless(in_tree_compiler(), skip)
      ,stats_num_field('peak_megabytes_allocated',
-          [(wordsize(64), 1408, 10)
+          [(wordsize(64), 1551, 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)
             # 2013-08-26: 1250 (amd64/Linux) Cabal updated
             # 2013-10-18: 1408 (amd64/Linux)
+            # 2013-12-12: 1551 (amd64/Linux)
           ,(platform('i386-unknown-mingw32'), 653, 1)
             # 2012-10-30:                     606 (x86/Windows)
             # 2013-02-10:                     653 (x86/Windows)



More information about the ghc-commits mailing list