[commit: ghc] master: testsuite: Bump bytes allocated for T5837 (0aa3f8d)
git at git.haskell.org
git at git.haskell.org
Wed Feb 8 03:40:29 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0aa3f8d4645c078ae07509870eae539e42483f78/ghc
>---------------------------------------------------------------
commit 0aa3f8d4645c078ae07509870eae539e42483f78
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Feb 7 21:30:15 2017 -0500
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.
>---------------------------------------------------------------
0aa3f8d4645c078ae07509870eae539e42483f78
testsuite/tests/perf/compiler/all.T | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index a9464fc..1df1eae 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'])
More information about the ghc-commits
mailing list