[commit: ghc] master: Bump haddock.base perf numbers (e87135c)

git at git.haskell.org git at git.haskell.org
Tue Oct 7 21:27:32 UTC 2014


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

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

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

commit e87135cea5975023863a337665696d130ce6feb4
Author: Reid Barton <rwbarton at gmail.com>
Date:   Tue Oct 7 16:27:41 2014 -0400

    Bump haddock.base perf numbers
    
    We were so close to the max that the test failed if the pathname to
    the GHC repository was more than a few dozen characters, causing the
    haddock.base test to fail on Phab but not locally.


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

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

diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 5c8275b..c5a1729 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -5,7 +5,7 @@
 test('haddock.base',
      [unless(in_tree_compiler(), skip)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 7901230808,  5)
+          [(wordsize(64), 8322584616,  5)
             # 2012-08-14: 5920822352 (amd64/Linux)
             # 2012-09-20: 5829972376 (amd64/Linux)
             # 2012-10-08: 5902601224 (amd64/Linux)
@@ -20,6 +20,7 @@ test('haddock.base',
             # 2014-08-08: 7946284944 (x86_64/Linux - Haddock updates to attoparsec-0.12.1.0)
             # 2014-09-09: 8354439016 (x86_64/Linux - Applicative/Monad changes, according to Austin)
             # 2014-09-10: 7901230808 (x86_64/Linux - Applicative/Monad changes, according to Joachim)
+            # 2014-10-07: 8322584616 (x86_64/Linux)
           ,(platform('i386-unknown-mingw32'), 3746792812, 5)
             # 2013-02-10:                     3358693084 (x86/Windows)
             # 2013-11-13:                     3097751052 (x86/Windows, 64bit machine)



More information about the ghc-commits mailing list