[commit: ghc] master: Change performance numbers for T3064 (397048a)

git at git.haskell.org git at git.haskell.org
Sat Dec 20 03:34:55 UTC 2014


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

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

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

commit 397048afee42f086f14569048f80669c3b8c4436
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Fri Dec 19 22:35:03 2014 -0500

    Change performance numbers for T3064


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

397048afee42f086f14569048f80669c3b8c4436
 testsuite/tests/perf/compiler/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 517d284..ce48c11 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -259,7 +259,7 @@ test('T3064',
             # 2014-01-22: 162457940 (x86/Linux)
             # 2014-12-01: 162457940 (Windows)
 
-           (wordsize(64), 363103840, 5)]),
+           (wordsize(64), 350418600, 5)]),
             # (amd64/Linux) (28/06/2011):  73259544
             # (amd64/Linux) (07/02/2013): 224798696
             # (amd64/Linux) (02/08/2013): 236404384, increase from roles
@@ -273,6 +273,7 @@ test('T3064',
             # (amd64/Linux) (09/09/2014): 407416464, AMP changes (larger interfaces, more loading)
             # (amd64/Linux) (14/09/2014): 385145080, BPP changes (more NoImplicitPrelude in base)
             # (amd64/Linux) (10/12/2014): 363103840, improvements in constraint solver
+            # (Mac)         (18/12/2014): 350418600, improvements to flattener
 
 ###################################
 # deactivated for now, as this metric became too volatile recently



More information about the ghc-commits mailing list