[commit: ghc] master: Re-center perf-numbers for T5631 (64dc4d1)

git at git.haskell.org git at git.haskell.org
Tue Nov 4 14:27:50 UTC 2014


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

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

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

commit 64dc4d1085a7db375f6532362bf7e23fac3a25eb
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Nov 4 15:27:17 2014 +0100

    Re-center perf-numbers for T5631


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

64dc4d1085a7db375f6532362bf7e23fac3a25eb
 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 6df8210..58c3891 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -333,11 +333,12 @@ test('T5631',
           [(wordsize(32), 346389856, 10),
         # expected value: 392904228 (x86/Linux)
         # 2014-04-04:     346389856 (x86 Windows, 64 bit machine)
-           (wordsize(64), 739704712, 5)]),
+           (wordsize(64), 776121120, 5)]),
         # expected value: 774595008 (amd64/Linux):
         # expected value: 735486328 (amd64/Linux) 2012/12/12:
         # expected value: 690742040 (amd64/Linux) Call Arity improvements
         # 2014-09-09:     739704712 (amd64/Linux) AMP changes
+        # 2014-11-04:     776121120 (amd64/Linux) new-flatten-skolems
        only_ways(['normal'])
       ],
      compile,



More information about the ghc-commits mailing list