[commit: ghc] master: testsuite: Update haddock allocations (5743581)

git at git.haskell.org git at git.haskell.org
Wed Jul 12 12:55:15 UTC 2017


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

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

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

commit 57435810c1ee41c5a4222cd8957380cb5477cb5b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jul 12 08:21:55 2017 -0400

    testsuite: Update haddock allocations
    
    It seems to be the change to getNameToInstancesIndex that bumped these.


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

57435810c1ee41c5a4222cd8957380cb5477cb5b
 testsuite/tests/perf/haddock/all.T | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 64a6449..7aed869 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -9,7 +9,7 @@ test('haddock.base',
           [(platform('x86_64-unknown-mingw32'), 24286343184, 5)
             # 2017-02-19                        24286343184 (x64/Windows) - Generalize kind of (->)
 
-          ,(wordsize(64), 25173968808, 5)
+          ,(wordsize(64), 23677299848, 5)
             # 2012-08-14:  5920822352 (amd64/Linux)
             # 2012-09-20:  5829972376 (amd64/Linux)
             # 2012-10-08:  5902601224 (amd64/Linux)
@@ -41,6 +41,7 @@ test('haddock.base',
             # 2017-02-12: 25592972912 (x86_64/Linux) - Type-indexed Typeable
             # 2017-06-05: 27868466432 (x86_64/Linux) - Desugar modules compiled with -fno-code
             # 2017-06-06: 25173968808 (x86_64/Linux) - Don't pass on -dcore-lint in Haddock.mk
+            # 2017-07-12: 23677299848 (x86_64/Linux) - Use getNameToInstancesIndex
 
           ,(platform('i386-unknown-mingw32'), 2885173512, 5)
             # 2013-02-10:                     3358693084 (x86/Windows)
@@ -138,7 +139,7 @@ test('haddock.compiler',
      [extra_files(['../../../../compiler/stage2/haddock.t']),
       unless(in_tree_compiler(), skip), req_haddock
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 55990521024 , 10)
+          [(wordsize(64), 51592019560, 10)
             # 2012-08-14: 26070600504 (amd64/Linux)
             # 2012-08-29: 26353100288 (amd64/Linux, new CG)
             # 2012-09-18: 26882813032 (amd64/Linux)
@@ -159,6 +160,7 @@ test('haddock.compiler',
             # 2017-05-31: 52762752968 (amd64/Linux) Faster checkFamInstConsistency
             # 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
 
           ,(platform('i386-unknown-mingw32'),   367546388, 10)
             # 2012-10-30:                     13773051312 (x86/Windows)



More information about the ghc-commits mailing list