[commit: ghc] ghc-8.0: testsuite: Bump expected 32-bit perf numbers for haddock.base (7879001)

git at git.haskell.org git at git.haskell.org
Tue May 17 12:08:08 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/787900138b94790ddd13d76c2853d789d3335a5d/ghc

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

commit 787900138b94790ddd13d76c2853d789d3335a5d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue May 17 14:10:32 2016 +0200

    testsuite: Bump expected 32-bit perf numbers for haddock.base


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

787900138b94790ddd13d76c2853d789d3335a5d
 testsuite/tests/perf/haddock/all.T | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 5d9ab8c..de45ea4 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -37,13 +37,14 @@ test('haddock.base',
             # 2014-12-01:                     4202377432 (x86/Windows, 64bit machine)
             # 2015-01-20:                     4434804940 (x86/Windows, 64bit machine)
 
-          ,(wordsize(32), 5509757068, 5)])
+          ,(wordsize(32), 5876620892, 5)])
             # 2012-08-14: 3046487920 (x86/OSX)
             # 2012-10-30: 2955470952 (x86/Windows)
             # 2013-02-10: 3146596848 (x86/OSX)
-            # 2014-02-22: 3554624600 (x86/Linux - new haddock)
+            # 2014-02-22: 3554624600 (x86/Linux, new haddock)
             # 2014-06-29: 3799130400 (x86/Linux)
             # 2016-04-06: 5509757068 (x86/Linux)
+            # 2016-05-17: 5876620892 (x86/Linux, haddock changes)
       ],
      stats,
      ['../../../../libraries/base/dist-install/haddock.t'])



More information about the ghc-commits mailing list