summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/space_leaks/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/space_leaks/all.T')
-rw-r--r--testsuite/tests/perf/space_leaks/all.T11
1 files changed, 4 insertions, 7 deletions
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T
index f5db1b05c0..6c54f46e3b 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -3,7 +3,7 @@ test('space_leak_001',
# This could potentially be replaced with
# collect_stats('all',5) to test all 3 with
# 5% possible deviation.
- [collect_stats(['peak_megabytes_allocated','bytes allocated'],5),
+ [ collect_stats(['bytes allocated'],5),
collect_runtime_residency(15),
omit_ways(['profasm','profthreaded','threaded1','threaded2','nonmoving_thr'])
],
@@ -13,7 +13,7 @@ test('space_leak_001',
test('T4334',
# Test for a space leak in Data.List.lines (fixed with #4334)
[extra_run_opts('1000000 2 t'),
- collect_stats('peak_megabytes_allocated',2),
+ collect_runtime_residency(2),
# prof ways don't work well with +RTS -V0, nonmoving way residency is
# highly variable.
omit_ways(['profasm','profthreaded','nonmoving_thr'])
@@ -21,9 +21,8 @@ test('T4334',
compile_and_run, [''])
test('T2762',
- [collect_stats('peak_megabytes_allocated',2),
+ [collect_runtime_residency(2),
only_ways(['normal']),
- extra_run_opts('+RTS -G1 -RTS' ),
extra_clean(['T2762A.hi', 'T2762A.o'])],
compile_and_run, ['-O'])
@@ -32,9 +31,7 @@ test('T4018',
compile_and_run, ['-fno-state-hack'])
test('T4029',
- [collect_stats(['peak_megabytes_allocated'],10),
- collect_runtime_residency(10),
- extra_hc_opts('+RTS -G1 -RTS' ),
+ [collect_runtime_residency(10),
],
ghci_script,
['T4029.script'])