summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-12-03 14:44:24 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-03 14:44:24 +0100
commit43a31fe4c0cc0f72dfe9e0c96e1576f5cfba6e19 (patch)
tree43f9ef470454b50c9cb7622aacf6760570ecf6d0 /testsuite/tests/perf
parent8a506104d5b5b71d5640afc69c992e0af40f2213 (diff)
downloadhaskell-43a31fe4c0cc0f72dfe9e0c96e1576f5cfba6e19.tar.gz
testsuite: haddock.compiler: Bump expected allocations
Diffstat (limited to 'testsuite/tests/perf')
-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 c7a60e3830..22107a9185 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -89,7 +89,7 @@ test('haddock.Cabal',
test('haddock.compiler',
[unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(wordsize(64), 40624322224, 10)
+ [(wordsize(64), 44721228752, 10)
# 2012P-08-14: 26070600504 (amd64/Linux)
# 2012-08-29: 26353100288 (amd64/Linux, new CG)
# 2012-09-18: 26882813032 (amd64/Linux)
@@ -100,6 +100,7 @@ test('haddock.compiler',
# 2014-11-22: 33562468736 (amd64/Linux)
# 2015-06-02: 36740649320 (amd64/Linux) unknown cause
# 2015-06-29: 40624322224 (amd64/Linux) due to #10482, not yet investigated
+ # 2015-12-03: 44721228752 (amd64/Linux) slow creep upwards
,(platform('i386-unknown-mingw32'), 902576468, 10)
# 2012-10-30: 13773051312 (x86/Windows)