diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-29 12:31:40 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-30 06:55:55 -0500 |
commit | 0d42b287c3fe2510433a7fb744531a0765ad8ac8 (patch) | |
tree | 2a9bed7443289e760f230e6b6d5d839c670938dc | |
parent | 7fad387d4c2ab8031eb28cf6b02b4e35f7143374 (diff) | |
download | haskell-0d42b287c3fe2510433a7fb744531a0765ad8ac8.tar.gz |
testsuite: Enlarge acceptance window for T1969
As noted in #17624, it's quite unstable, especially, for some reason, on
i386 and armv7 (something about 32-bit platforms perhaps?).
Metric Increase:
T1969
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index b7b1e1aeca..3eed98a4ba 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -9,7 +9,7 @@ setTestOpts(no_lint) test('T1969', [# expect_broken(12437), - collect_compiler_residency(15), + collect_compiler_residency(20), collect_compiler_stats('bytes allocated', 1), only_ways(['normal']), |