[commit: ghc] master: testsuite: Bump haddock.compiler allocations (ae7c33f)

git at git.haskell.org git at git.haskell.org
Tue Nov 7 14:03:41 UTC 2017


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

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

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

commit ae7c33f86e7b5cfed19b2e62214a92db0bb5f9f0
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 7 09:02:39 2017 -0500

    testsuite: Bump haddock.compiler allocations
    
    This is due to alanz's recent trees that grow patch, almost certainly because of
    the increased surface area of libghc.


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

ae7c33f86e7b5cfed19b2e62214a92db0bb5f9f0
 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 a5de011..7e55d49 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -143,7 +143,7 @@ test('haddock.compiler',
      [extra_files(['../../../../compiler/stage2/haddock.t']),
       unless(in_tree_compiler(), skip), req_haddock
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 51592019560, 10)
+          [(wordsize(64), 65807004616, 10)
             # 2012-08-14: 26070600504 (amd64/Linux)
             # 2012-08-29: 26353100288 (amd64/Linux, new CG)
             # 2012-09-18: 26882813032 (amd64/Linux)
@@ -165,6 +165,7 @@ test('haddock.compiler',
             # 2017-06-05: 65378619232 (amd64/Linux) Desugar modules compiled with -fno-code
             # 2017-06-06: 55990521024 (amd64/Linux) Don't pass on -dcore-lint in Haddock.mk
             # 2017-07-12: 51592019560 (amd64/Linux) Use getNameToInstancesIndex
+            # 2017-11-07: 65807004616 (amd64/Linux) Trees that grow
 
           ,(platform('i386-unknown-mingw32'),   367546388, 10)
             # 2012-10-30:                     13773051312 (x86/Windows)



More information about the ghc-commits mailing list