diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-14 12:28:04 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-11-15 11:54:26 -0500 |
commit | f3ffec2729abb4bccaf16e974bef376c8968516e (patch) | |
tree | a6c0bb46a7f9e1e3ad26c388e1e861b305462cf8 /testsuite | |
parent | 8e5851f0708134efe0ff0e139a1464337410d0ce (diff) | |
download | haskell-f3ffec2729abb4bccaf16e974bef376c8968516e.tar.gz |
testsuite: Increase acceptance window of T4801
This statistic is rather unstable. Hopefully fixes #17475.
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 5239c95296..bab3ce4bfd 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -42,7 +42,7 @@ test('T3294', test('T4801', [collect_compiler_stats('bytes allocated',2), - collect_compiler_residency(2), + collect_compiler_residency(5), only_ways(['normal']), extra_hc_opts('-static'), ], |