summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2014-10-07 16:27:41 -0400
committerReid Barton <rwbarton@gmail.com>2014-10-07 17:01:44 -0400
commite87135cea5975023863a337665696d130ce6feb4 (patch)
tree4f85cc0531434c5d250b5cb94abeb6bfdae965f0
parentffde9d21243b73af53e8632776397519cd720aca (diff)
downloadhaskell-e87135cea5975023863a337665696d130ce6feb4.tar.gz
Bump haddock.base perf numbers
We were so close to the max that the test failed if the pathname to the GHC repository was more than a few dozen characters, causing the haddock.base test to fail on Phab but not locally.
-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 5c8275bf80..c5a1729381 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)
,stats_num_field('bytes allocated',
- [(wordsize(64), 7901230808, 5)
+ [(wordsize(64), 8322584616, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
@@ -20,6 +20,7 @@ test('haddock.base',
# 2014-08-08: 7946284944 (x86_64/Linux - Haddock updates to attoparsec-0.12.1.0)
# 2014-09-09: 8354439016 (x86_64/Linux - Applicative/Monad changes, according to Austin)
# 2014-09-10: 7901230808 (x86_64/Linux - Applicative/Monad changes, according to Joachim)
+ # 2014-10-07: 8322584616 (x86_64/Linux)
,(platform('i386-unknown-mingw32'), 3746792812, 5)
# 2013-02-10: 3358693084 (x86/Windows)
# 2013-11-13: 3097751052 (x86/Windows, 64bit machine)