Skip to content

tests: speed up `test_video_convert` check by splitting it up and split out benchmarking into a separate tool

commit 8f297718:

tests: icles: add video conversion benchmark
Split out the benchmarking code from the unit test
and make it a bit more useful.

commit a95a8920:

tests: video: reduce debug log spam
This shouldn't be logged at info level.

commit 6e3be96c:

tests: video: speed up test_video_color_convert
This test takes a long time. It tests ca. 8900 conversion
combinations, and then it also runs each conversion for
at least 100ms in order to come up with some kind of benchmark.

Remove the benchmarking from the unit test, we have a separate
benchmarking tool for that now.

Also split the conversions into groups and run those as
separate checks, which allows better parallelisation at
the runner level (normal runs and when using valgrind).

Merge request reports