diff options
Diffstat (limited to 'testsuite/tests/perf/compiler/all.T')
-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']), |