[commit: ghc] master: Bump haddock.base allocations (ebaa638)

git at git.haskell.org git at git.haskell.org
Thu Feb 25 14:40:58 UTC 2016


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

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

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

commit ebaa638f47d0805d613daee48b0d93bafed85702
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Feb 25 15:35:25 2016 +0100

    Bump haddock.base allocations
    
    I believe this is probably due to the recent RuntimeRep change.


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

ebaa638f47d0805d613daee48b0d93bafed85702
 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 5a99333..606d391 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), req_haddock
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 27812188000, 5)
+          [(wordsize(64), 30987348040, 5)
             # 2012-08-14: 5920822352 (amd64/Linux)
             # 2012-09-20: 5829972376 (amd64/Linux)
             # 2012-10-08: 5902601224 (amd64/Linux)
@@ -28,6 +28,7 @@ test('haddock.base',
             # 2015-12-11: 11119767632 (amd64/Linux) - TypeInType (see #11196)
             # 2015-12-17: 26282821104 (x86_64/Linux) - Update Haddock to master
             # 2015-12-17: 27812188000 (x86_64/Linux) - Move Data.Functor.* into base
+            # 2016-02-25: 30987348040 (x86_64/Linux) - RuntimeRep
 
           ,(platform('i386-unknown-mingw32'), 4434804940, 5)
             # 2013-02-10:                     3358693084 (x86/Windows)



More information about the ghc-commits mailing list