summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-04-22 10:18:23 -0400
committerBen Gamari <ben@smart-cactus.org>2017-04-23 11:05:48 -0400
commit3efa5be4f343716fbeda524451aca5a03de3e2b6 (patch)
treeeb595c76766388cb38ffe327903e395415902830
parent907b0f3da6f8fafaa39caba92a5611040f5de786 (diff)
downloadhaskell-3efa5be4f343716fbeda524451aca5a03de3e2b6.tar.gz
testsuite: Increase T13056 window size to +/-10%
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 0bbc479988..ec41b4d5ea 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1051,12 +1051,13 @@ test('T13035',
test('T13056',
[ only_ways(['optasm']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 440548592, 5),
+ [(wordsize(64), 440548592, 10),
# 2017-01-06 520166912 initial
# 2017-01-31 546800240 Join points (#12988)
# 2017-02-07 524611224 new SetLevels
# 2017-02-14 440548592 Early inline patch: 16% improvement
- # 2017-04-21 417860736 Unknown
+ # 2017-04-21 417860736 (darwin)
+ # 2017-04-22 Increase to +/- 10% (Darwin and Linux differ significantly)
]),
],
compile,