summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-04-09 09:12:07 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-12 13:52:33 -0400
commit9588f3faf8400c6347ce7537119e63d559d5ccb0 (patch)
tree5907247e3fdba823da09ba28b4560a2edc36fa90
parent89ff12304f97a7a39fa07cffe69255df7fc8cc97 (diff)
downloadhaskell-9588f3faf8400c6347ce7537119e63d559d5ccb0.tar.gz
Turn T11545 into a normal performance test
This makes it more robust to people running it with `quick` flavour and so on.
-rw-r--r--testsuite/tests/perf/compiler/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index d0d7bb9e6b..04d03e0568 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -454,8 +454,8 @@ test ('T9198',
[''])
test('T11545',
- [ normal ],
- compile, ['-O +RTS -M50M -RTS'])
+ [ collect_compiler_stats('all', 10) ],
+ compile, ['-O'])
test('T15304',
[ collect_compiler_stats('all', 10) ],