summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-04-09 09:12:07 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2021-04-09 09:12:07 +0100
commit6a2d8f6306473f57c17f577377423ebc13ea596e (patch)
tree208b4fcce5cde8b19de595bdf1425bab99030ed9
parenta951e06921f05df1601d9c3a39efcede27f3330c (diff)
downloadhaskell-wip/t11545-take2.tar.gz
Turn T11545 into a normal performance testwip/t11545-take2
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) ],