diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-29 12:31:40 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-12-29 12:34:09 -0500 |
commit | b4230b2e15da1b3eaf99b119f71702258df80675 (patch) | |
tree | 3550e96b5d72b48c8b91804edf260dfc2f4296c0 | |
parent | 81574969947c79e90465376e80d391776516bd65 (diff) | |
download | haskell-wip/perf-zero.tar.gz |
testsuite: Enlarge acceptance window for T1969wip/perf-zero
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']), |