Skip to content

checkasm: Validate the benchmark call configurations even if not benchmarking

Martin Storsjö requested to merge mstorsjo/dav1d:checkasm-test-bench into master

This should help catch issues like the one fixed in 185194be, by making sure that we call the benchmarked function at least once with the given parameters, even if not benchmarking. Otherwise the benchmark codepath is essentially dead untested code until somebody works on that piece of code.

Merge request reports