diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-06 15:23:45 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-06 15:24:36 -0500 |
commit | f6521e6b5606130eb769e6844e9957c19acab7e7 (patch) | |
tree | 088c6e57cdac86f279564fdbfb6752d765e3ea97 | |
parent | 436b3ef01eb740a2a0818783ba94a62c4687b4fe (diff) | |
download | haskell-f6521e6b5606130eb769e6844e9957c19acab7e7.tar.gz |
testsuite: Bump metrics of haddock.Cabal
-rw-r--r-- | testsuite/tests/perf/haddock/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T index 04281d6795..a5de011883 100644 --- a/testsuite/tests/perf/haddock/all.T +++ b/testsuite/tests/perf/haddock/all.T @@ -69,7 +69,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), 17133915848, 5) + [(wordsize(64), 18936339648, 5) # 2012-08-14: 3255435248 (amd64/Linux) # 2012-08-29: 3324606664 (amd64/Linux, new codegen) # 2012-10-08: 3373401360 (amd64/Linux) @@ -119,6 +119,7 @@ test('haddock.Cabal', # 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 ,(platform('i386-unknown-mingw32'), 3293415576, 5) # 2012-10-30: 1733638168 (x86/Windows) |