summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-02-25 15:35:25 +0100
committerBen Gamari <ben@smart-cactus.org>2016-02-25 15:41:56 +0100
commitebaa638f47d0805d613daee48b0d93bafed85702 (patch)
treeb4d76d8f45db3a783a51ad5cb23f20d46da285df
parent52879d1f5d804bf1a32d11d9cefc36d7b6fea382 (diff)
downloadhaskell-ebaa638f47d0805d613daee48b0d93bafed85702.tar.gz
Bump haddock.base allocations
I believe this is probably due to the recent RuntimeRep change.
-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 5a99333e27..606d391580 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -5,7 +5,7 @@
test('haddock.base',
[unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(wordsize(64), 27812188000, 5)
+ [(wordsize(64), 30987348040, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
@@ -28,6 +28,7 @@ test('haddock.base',
# 2015-12-11: 11119767632 (amd64/Linux) - TypeInType (see #11196)
# 2015-12-17: 26282821104 (x86_64/Linux) - Update Haddock to master
# 2015-12-17: 27812188000 (x86_64/Linux) - Move Data.Functor.* into base
+ # 2016-02-25: 30987348040 (x86_64/Linux) - RuntimeRep
,(platform('i386-unknown-mingw32'), 4434804940, 5)
# 2013-02-10: 3358693084 (x86/Windows)