diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-07-05 11:31:52 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-07 13:56:08 -0400 |
commit | 7332bbffee9e2a712508540200eb52ed3d227426 (patch) | |
tree | 7a5fd758d287289bbbf4238e301793223bbd0c32 /testsuite | |
parent | 4d24f886a428e95eb5e962294c77b12bffa40a52 (diff) | |
download | haskell-7332bbffee9e2a712508540200eb52ed3d227426.tar.gz |
testsuite: Widen T12234 acceptance window to 2%
Previously it wasn't uncommon to see +/-1% fluctuations in compiler
allocations on this test.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 2 |
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, ['']) |