summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-02-07 21:30:15 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-07 22:38:34 -0500
commit0aa3f8d4645c078ae07509870eae539e42483f78 (patch)
tree7f1202840ab15de9ef11549200bd9e9434c98585 /testsuite/tests
parent369c534f8b6d0857d718a076c5f98f0a74a2c0a4 (diff)
downloadhaskell-0aa3f8d4645c078ae07509870eae539e42483f78.tar.gz
testsuite: Bump bytes allocated for T5837
Simon decreased this earlier today but Harbormaster doesn't reproduce his number. I've done two things here: 1. increased the allocations number to the Harbormaster value 2. increased the acceptance threshold from 5% to 7%, since Simon saw a 6.6% change in his environment.
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index a9464fcb6b..1df1eae0c0 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -608,7 +608,7 @@ test('T5837',
# 2014-12-08: 115905208 Constraint solver perf improvements (esp kick-out)
# 2016-04-06: 24199320 (x86/Linux, 64-bit machine) TypeInType
- (wordsize(64), 50253880, 5)])
+ (wordsize(64), 53592736, 7)])
# sample: 3926235424 (amd64/Linux, 15/2/2012)
# 2012-10-02 81879216
# 2012-09-20 87254264 amd64/Linux
@@ -638,6 +638,9 @@ test('T5837',
# all the gain here is from this patch, but I think it
# just pushed it over the edge, so I'm re-centreing, and
# changing to 5% tolerance
+ # 2017-02-07 53592736 amd64/Linux Simon's earlier decrease appears
+ # to be environmentally-dependent.
+ # Also bumped acceptance threshold to 7%.
],
compile, ['-freduction-depth=50'])