Skip to content

Move the TestCase::Binary() into a Box.

Emma Anholt requested to merge mem into main

This makes it so TestCase doesn't need all that extra space for TestCase::Named()s. This saves maximum memory usage for VK (deqp-runner goes from 968MB to 693MB peak) for not much cost to piglit.

Merge request reports