summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-07-12 08:21:55 -0400
committerBen Gamari <ben@smart-cactus.org>2017-07-12 08:55:00 -0400
commit57435810c1ee41c5a4222cd8957380cb5477cb5b (patch)
tree3e091bff8859a376655086ae131e0a547b57a205
parent7ae4a28f6a09a0540aab59f5a03fdbcd46a99f17 (diff)
downloadhaskell-57435810c1ee41c5a4222cd8957380cb5477cb5b.tar.gz
testsuite: Update haddock allocations
It seems to be the change to getNameToInstancesIndex that bumped these.
-rw-r--r--testsuite/tests/perf/haddock/all.T6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 64a64491bb..7aed869767 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)