summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Graf <sebastian.graf@kit.edu>2022-11-17 18:26:05 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-19 03:22:49 -0500
commit9fd11585eb475a45267a86256a239b9b42eebd4e (patch)
treef93de49ad918fbd0f5467645d1a60877a2211e7f
parentb1a8af691763fa4620bc7974012c3986569e1e05 (diff)
downloadhaskell-9fd11585eb475a45267a86256a239b9b42eebd4e.tar.gz
Make T21839c's ghc/max threshold more forgiving
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
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'])