Skip to content
Snippets Groups Projects
Commit fa98f823 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Don't collect residency for T4801

I previously increased the size of the acceptance window from 2% to 5%
but this still isn't enough. Regardless, measuring bytes allocated
should be sufficient to catch any regressions.
parent 13290f91
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ test('T3294', ...@@ -42,7 +42,6 @@ test('T3294',
test('T4801', test('T4801',
[collect_compiler_stats('bytes allocated',2), [collect_compiler_stats('bytes allocated',2),
collect_compiler_residency(5),
only_ways(['normal']), only_ways(['normal']),
extra_hc_opts('-static'), extra_hc_opts('-static'),
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment