summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-05 11:31:52 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-05 11:31:52 -0400
commit3b6e81361cc96e74486efeabfe3f8643b83c22ed (patch)
tree024e4b3178b4b52f40b617b90e29ae0afe22c446
parentedc8d22b2eea5d43dd6c3d0e4b2f85fc02ffa5ce (diff)
downloadhaskell-wip/T12234.tar.gz
testsuite: Widen T12234 acceptance window to 2%wip/T12234
Previously it wasn't uncommon to see +/-1% fluctuations in compiler allocations on this test.
-rw-r--r--testsuite/tests/perf/compiler/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 41928d2cb3..f405acc592 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -201,7 +201,7 @@ test('T12425',
test('T12234',
[ only_ways(['optasm']),
- collect_compiler_stats('bytes allocated', 1),
+ collect_compiler_stats('bytes allocated', 2),
],
compile,
[''])