summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 07aab0afca..143ebc2c8b 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -211,9 +211,12 @@ test('T12234',
compile,
[''])
+# T12545 is sensitive to -dunique-increments changes, see #19414.
+# I've seen variations of 3% by playing with that parameter, so that's the
+# current acceptance window.
test('T12545',
[ only_ways(['normal']),
- collect_compiler_stats('bytes allocated', 1),
+ collect_compiler_stats('bytes allocated', 3),
extra_clean(['T12545a.hi', 'T12545a.o'])
],
multimod_compile,