Skip to content

testsuite: Use small allocation area when measuring residency

Ben Gamari requested to merge wip/T17387 into master

As suggested in #17387; this helps reduce the variance in our residency sampling.

I did this for all compiler performance tests which we measure residency on but with a slightly larger allocation area than suggested (256kB rather than 100kB). Moreover, there aren't that many of them.

Merge request reports