Skip to content

meson: Support running checkasm benchmarks through meson

Henrik Gramner requested to merge gramner/dav1d:meson_test_benchmark into master

Apparently people want to do this for some reason.

meson test --benchmark -v now runs checkasm --bench.

Note that by default this benchmarks every function which takes a significant amount of time. This can be narrowed down to fewer tests by passing additional parameters to checkasm through --test-args.

Merge request reports