From 795908dc4eab8e8b40cb318a2adbe4a4d4126c74 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sat, 10 Oct 2020 14:57:56 -0400 Subject: 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. --- testsuite/tests/perf/compiler/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/perf') 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']) -- cgit v1.2.1