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-16 18:50:21 -0500 |
commit | 9d50b5a06d84596cf3cbc49516642c42a1752447 (patch) | |
tree | 606a2928a426868ada091016cf936bf50dddf48e | |
parent | c0f94520711d5bfd04ecf93dd9fbb48aa073a1a2 (diff) | |
download | haskell-wip/ghc-8.10-test.tar.gz |
testsuite: Don't collect residency for T4801wip/ghc-8.10-test
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.
-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'), ], |