From 9fd11585eb475a45267a86256a239b9b42eebd4e Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Thu, 17 Nov 2022 18:26:05 +0100 Subject: Make T21839c's ghc/max threshold more forgiving --- testsuite/tests/perf/compiler/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/tests/perf') diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index e6e46ba62e..de51bea667 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -646,7 +646,8 @@ test ('T20261', # Track perf of generics based binary instances test('T21839c', - [ collect_compiler_stats('all', 1), + [ collect_compiler_stats('all', 10), + collect_compiler_stats('bytes allocated', 1), only_ways(['normal'])], compile, ['-O']) -- cgit v1.2.1