Skip to content

testsuite: Specify metrics collected by T17516

Ben Gamari requested to merge wip/fix-T17516 into master

Previously it collected everything, including "max bytes used". This is problematic since the test makes no attempt to control for deviations in GC timing, resulting in high variability. Fix this by only collecting "bytes allocated".

Fixes #18543 (closed).

Edited by Ben Gamari

Merge request reports