summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2016-10-06 18:19:22 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2016-10-08 01:37:58 -0700
commit027a0865675f17f9b3338c57b2e21c2b23b7b6aa (patch)
tree39f006d45fcd4f7deb208cf65706148f8a32ae5b /testsuite/tests
parent5bd8e8d30c046187f2804db3af1768ea8b07dc41 (diff)
downloadhaskell-027a0865675f17f9b3338c57b2e21c2b23b7b6aa.tar.gz
Update haddock.Cabal perf for Cabal update.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/perf/haddock/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index ec2cce1c9b..f2083a186b 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -52,7 +52,7 @@ test('haddock.base',
test('haddock.Cabal',
[unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(wordsize(64), 21554874976, 5)
+ [(wordsize(64), 23706190072, 5)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
@@ -90,6 +90,7 @@ test('haddock.Cabal',
# the stats are comparable.
# 2016-10-01: 20619433656 (amd64/Linux) - Cabal update
# 2016-10-03: 21554874976 (amd64/Linux) - Cabal update
+ # 2016-10-06: 23706190072 (amd64/Linux) - Cabal update
,(platform('i386-unknown-mingw32'), 3293415576, 5)
# 2012-10-30: 1733638168 (x86/Windows)