summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/haddock/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/haddock/all.T')
-rw-r--r--testsuite/tests/perf/haddock/all.T31
1 files changed, 27 insertions, 4 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 7aed869767..393a69706e 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -6,10 +6,11 @@ test('haddock.base',
[extra_files(['../../../../libraries/base/dist-install/haddock.t']),
unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(platform('x86_64-unknown-mingw32'), 24286343184, 5)
+ [(platform('x86_64-unknown-mingw32'), 18733710728, 5)
# 2017-02-19 24286343184 (x64/Windows) - Generalize kind of (->)
+ # 2017-12-24 18733710728 (x64/Windows) - Unknown
- ,(wordsize(64), 23677299848, 5)
+ ,(wordsize(64), 24662232152, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
@@ -42,6 +43,15 @@ test('haddock.base',
# 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
+ # 2017-08-22: 19694554424 (x86_64/Linux) - Various Haddock optimizations
+ # 2018-03-31: 20980255200 (x86_64/Linux) - Track type variable scope more carefully
+ # previous to this last commit, the allocations were right below the top
+ # of the range. This commit adds only ~1.5% allocations.
+ # 2018-04-10: 18511324808 (x86_64/Linux) - TTG HsBinds and Data instances
+ # 2018-04-11: 20727464616 (x86_64/Linux) - Collateral of simplCast improvement (#14737)
+ # 2018-04-20: 18971030224 (x86_64/Linux) - Cache coercion roles
+ # 2018-05-14: 21123660336 (amd64/Linux) - D4659: strictness to fix space leaks
+ # 2018-06-14: 24662232152 (amd64/Linux) - Bump haddock
,(platform('i386-unknown-mingw32'), 2885173512, 5)
# 2013-02-10: 3358693084 (x86/Windows)
@@ -68,7 +78,7 @@ test('haddock.Cabal',
[extra_files(['../../../../libraries/Cabal/Cabal/dist-install/haddock.t']),
unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(wordsize(64), 18753963960 , 5)
+ [(wordsize(64), 27520214496, 5)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
@@ -116,6 +126,14 @@ test('haddock.Cabal',
# 2017-05-31: 18269309128 (amd64/Linux) - Faster checkFamInstConsistency
# 2017-06-05: 22294859000 (amd64/Linux) - Desugar modules compiled with -fno-code
# 2017-06-05: 18753963960 (amd64/Linux) - Don't pass on -dcore-lint in Haddock.mk
+ # 2017-08-22: 15857428040 (amd64/Linux) - Various Haddock optimizations
+ # 2017-11-02: 17133915848 (amd64/Linux) - Phabricator D4144
+ # 2017-11-06: 18936339648 (amd64/Linux) - Unknown
+ # 2017-11-09: 20104611952 (amd64/Linux) - Bump Cabal
+ # 2018-01-22: 25261834904 (amd64/Linux) - Bump Cabal
+ # 2018-04-10: 23525241536 (amd64/Linux) - TTG HsBinds and Data instances
+ # 2018-05-14: 24519860272 (amd64/Linux) - D4659: strictness to fix space leaks
+ # 2018-06-14: 27520214496 (amd64/Linux) - Bump haddock
,(platform('i386-unknown-mingw32'), 3293415576, 5)
# 2012-10-30: 1733638168 (x86/Windows)
@@ -139,7 +157,9 @@ 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)
+ [(platform('x86_64-unknown-mingw32'), 56775301896, 10),
+ # 2017-12-24: 56775301896 (x64/Windows)
+ (wordsize(64), 63038317672, 10)
# 2012-08-14: 26070600504 (amd64/Linux)
# 2012-08-29: 26353100288 (amd64/Linux, new CG)
# 2012-09-18: 26882813032 (amd64/Linux)
@@ -161,6 +181,9 @@ 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
+ # 2018-04-08: 91115212032 (amd64/Linux) Trees that grow
+ # 2018-04-10: 58410358720 (amd64/Linux) Trees that grow (HsBinds, Data instances)
+ # 2018-05-14: 63038317672 (amd64/Linux) D4659: strictness to fix space leaks
,(platform('i386-unknown-mingw32'), 367546388, 10)
# 2012-10-30: 13773051312 (x86/Windows)