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-24 13:42:56 -0500 |
commit | 738e2912bfa2122074630d38693a260e4b58aeaf (patch) | |
tree | f790cea1616094458799fc6302a1b38e6d135007 | |
parent | 3dae006fc424e768bb43fc73851a08fefcb732a5 (diff) | |
download | haskell-738e2912bfa2122074630d38693a260e4b58aeaf.tar.gz |
testsuite: Widen acceptance window of 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']), |