diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-17 19:23:00 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-01-17 19:23:48 -0500 |
commit | 52bedf14f073b939d45b2ba5784b32c13f8ab336 (patch) | |
tree | e6e26fce48977bd322ca62e3514fd20610a00e51 | |
parent | a71323ffebf7663c50025d2731bf9de2d04f82c3 (diff) | |
download | haskell-wip/loosen-t1969.tar.gz |
testsuite: Widen acceptance window of T1969wip/loosen-t1969
I have seen >20% fluctuations in this number, leading to spurious
failures.
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 3eed98a4ba..b4910c570a 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -9,7 +9,9 @@ setTestOpts(no_lint) test('T1969', [# expect_broken(12437), - collect_compiler_residency(20), + # we collect residency for reference only, hence the large acceptance window. + # We have seen >20% variations in this number. + collect_compiler_residency(50), collect_compiler_stats('bytes allocated', 1), only_ways(['normal']), |