[commit: ghc] master: Recenter T6048 performance numbers (6d32c93)

git at git.haskell.org git at git.haskell.org
Thu Jan 8 21:29:35 UTC 2015


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

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

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

commit 6d32c93a3ccbe9bfa98d0d259b371301505a1cf3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Jan 8 22:30:20 2015 +0100

    Recenter T6048 performance numbers


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

6d32c93a3ccbe9bfa98d0d259b371301505a1cf3
 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 10136bb..62fe32a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -514,7 +514,7 @@ test('T6048',
             # 2014-09-03: 56315812 (x86 Windows, w/w for INLINEAVBLE)
             # 2014-12-01: 49987836 (x86 Windows)
 
-           (wordsize(64), 88186056, 12)])
+           (wordsize(64),  95946688, 12)])
              # 18/09/2012  97247032 amd64/Linux
              # 16/01/2014 108578664 amd64/Linux (unknown, likely foldl-via-foldr)
              # 18/01/2014  95960720 amd64/Linux Call Arity improvements
@@ -523,6 +523,7 @@ test('T6048',
              # 14/07/2014 125431448 amd64/Linux unknown reason. Even worse in GHC-7.8.3. *shurg*
              # 29/08/2014 108354472 amd64/Linux w/w for INLINABLE things
              # 14/09/2014  88186056 amd64/Linux BPP part1 change (more NoImplicitPreludes in base)
+             # 08/01/2014  95946688 amd64/Linux Mostly 4c834fd. Occasional spikes to 103822120!
       ],
       compile,[''])
 



More information about the ghc-commits mailing list