diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-10-06 22:16:04 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-10-24 21:00:19 -0400 |
commit | dae1b86abc7c22ae92eba264709546783ac4673f (patch) | |
tree | 7a7ae8bb4a5b2bacf08b2cb3096cf79a6858afc8 | |
parent | cae4bb3e0f65016be057db2f1b02f449ba646e74 (diff) | |
download | haskell-dae1b86abc7c22ae92eba264709546783ac4673f.tar.gz |
testsuite: Mark T9872[abc] as high_memory_usage
These all have a maximum residency of over 2 GB.
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 090dbb4acf..0b9cd2fec3 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -132,20 +132,23 @@ test('T9675', test('T9872a', [ only_ways(['normal']), - collect_compiler_stats('bytes allocated', 1) + collect_compiler_stats('bytes allocated', 1), + high_memory_usage ], compile_fail, ['']) test('T9872b', [ only_ways(['normal']), - collect_compiler_stats('bytes allocated', 1) + collect_compiler_stats('bytes allocated', 1), + high_memory_usage ], compile_fail, ['']) test('T9872c', [ only_ways(['normal']), - collect_compiler_stats('bytes allocated', 1) + collect_compiler_stats('bytes allocated', 1), + high_memory_usage ], compile_fail, ['']) |