diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-10-10 14:57:56 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-29 03:53:14 -0400 |
commit | 795908dc4eab8e8b40cb318a2adbe4a4d4126c74 (patch) | |
tree | 7876c0d6b4dd396e3f3f332a8f7ecebafc0384af | |
parent | c85eb3722bc68999dee023c98a8da0ffbbd89760 (diff) | |
download | haskell-795908dc4eab8e8b40cb318a2adbe4a4d4126c74.tar.gz |
Widen acceptance threshold for T10421a
Progress towards #18842. As @sgraf812 points out, widening the window is
dangerous until the exponential described in #17658 is fixed. But this
test has caused enough misery and is low stakes enough that we and
@bgamari think it's worth it in this one case for the time being.
-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 090dbb4acf..04e8f14b3a 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -409,7 +409,7 @@ test('T10421', ['T10421', '-v0 -O']) test('T10421a', [ only_ways(['normal']), - collect_compiler_stats('bytes allocated', 1) + collect_compiler_stats('bytes allocated', 10) ], multimod_compile, ['T10421a', '-v0 -O']) |