diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-16 16:15:49 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-11-17 06:48:16 -0500 |
commit | fa98f82348b268043dce918e6eb9dab434eb3108 (patch) | |
tree | 1f4e510007b6776e88bc5534c0c8c48f455679d9 /testsuite/tests | |
parent | 13290f91e10d503078787ed5b8fb0a523358f124 (diff) | |
download | haskell-fa98f82348b268043dce918e6eb9dab434eb3108.tar.gz |
testsuite: Don't collect residency for T4801
I previously increased the size of the acceptance window from 2% to 5%
but this still isn't enough. Regardless, measuring bytes allocated
should be sufficient to catch any regressions.
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index bab3ce4bfd..b7b1e1aeca 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -42,7 +42,6 @@ test('T3294', test('T4801', [collect_compiler_stats('bytes allocated',2), - collect_compiler_residency(5), only_ways(['normal']), extra_hc_opts('-static'), ], |