diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-04-09 09:12:07 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-12 13:52:33 -0400 |
commit | 9588f3faf8400c6347ce7537119e63d559d5ccb0 (patch) | |
tree | 5907247e3fdba823da09ba28b4560a2edc36fa90 /testsuite/tests/perf | |
parent | 89ff12304f97a7a39fa07cffe69255df7fc8cc97 (diff) | |
download | haskell-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.
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
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) ], |