summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-13 14:41:48 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-13 14:52:49 -0400
commit7f0b671ee8a65913891c07f157b21d77d6c63036 (patch)
tree405740c2c92e72bbf2afe9aa57586d5aaf741d88
parent7ccb760b1a8034b28171d7540712fd195f65d1fd (diff)
downloadhaskell-wip/T18282.tar.gz
testsuite: Widen acceptance threshold on T5837wip/T18282
This test is positively tiny and consequently the bytes allocated measurement will be relatively noisy. Consequently I have seen this fail spuriously quite often.
-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 2755024a9a..77549999d7 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -106,7 +106,7 @@ test('T5642',
test('T5837',
[ only_ways(['normal']),
- collect_compiler_stats('bytes allocated',2)
+ collect_compiler_stats('bytes allocated',5)
],
compile, ['-freduction-depth=50'])