[commit: ghc] ghc-8.0: testsuite: Bump haddock.base allocations (ff3f7d0)

git at git.haskell.org git at git.haskell.org
Thu Mar 3 10:09:32 UTC 2016


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

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

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

commit ff3f7d003d4860a36a8f2b1198a74422fa138e7c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Mar 2 23:06:04 2016 +0100

    testsuite: Bump haddock.base allocations


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

ff3f7d003d4860a36a8f2b1198a74422fa138e7c
 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..e2787d6 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), 31112113880, 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
+            # 2015-03-02: 31112113880 (x86_64/Linux) - More creep
 
           ,(platform('i386-unknown-mingw32'), 4434804940, 5)
             # 2013-02-10:                     3358693084 (x86/Windows)



More information about the ghc-commits mailing list