[commit: ghc] master: Re-center bytes-allocated for `haddock.compiler` (ef5bcc1)

git at git.haskell.org git at git.haskell.org
Sat Nov 22 00:19:26 UTC 2014


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

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

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

commit ef5bcc16c600f78fb23662c98da2469b4751a6e9
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Nov 22 01:18:22 2014 +0100

    Re-center bytes-allocated for `haddock.compiler`
    
    This should silence the
    
       perf/haddock  haddock.compiler [stat not good enough] (normal)
    
    test-failure...


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

ef5bcc16c600f78fb23662c98da2469b4751a6e9
 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 f95b782..cb0a235 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -79,7 +79,7 @@ test('haddock.Cabal',
 test('haddock.compiler',
      [unless(in_tree_compiler(), skip)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 30353349160, 10)
+          [(wordsize(64), 33562468736, 10)
             # 2012-08-14: 26070600504 (amd64/Linux)
             # 2012-08-29: 26353100288 (amd64/Linux, new CG)
             # 2012-09-18: 26882813032 (amd64/Linux)
@@ -87,6 +87,7 @@ test('haddock.compiler',
             # 2014-07-17: 29809571376 (amd64/Linux) general round of updates
             # 2012-11-27: 28708374824 (amd64/Linux)
             # 2014-09-10: 30353349160 (amd64/Linux) post-AMP cleanup
+            # 2014-11-22: 33562468736 (amd64/Linux)
           ,(platform('i386-unknown-mingw32'), 14328363592, 10)
             # 2012-10-30:                     13773051312 (x86/Windows)
             # 2013-02-10:                     14925262356 (x86/Windows)



More information about the ghc-commits mailing list