summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-01-18 00:23:00 (GMT)
committerBen Gamari <ben@smart-cactus.org>2020-01-24 18:42:56 (GMT)
commit738e2912bfa2122074630d38693a260e4b58aeaf (patch)
treef790cea1616094458799fc6302a1b38e6d135007
parent3dae006fc424e768bb43fc73851a08fefcb732a5 (diff)
downloadghc-738e2912bfa2122074630d38693a260e4b58aeaf.zip
ghc-738e2912bfa2122074630d38693a260e4b58aeaf.tar.gz
ghc-738e2912bfa2122074630d38693a260e4b58aeaf.tar.bz2
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.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 3eed98a..b4910c5 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']),