tests: video: speed up test_video_color_convert
authorTim-Philipp Müller <tim@centricular.com>
Sat, 23 Mar 2019 12:27:24 +0000 (12:27 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 24 Mar 2019 16:39:30 +0000 (16:39 +0000)
commit3288093c75d0ff34e1a86cc0c5c0e71c036b83ee
tree251dc92d8e7217bb0c1814f258ca0f993e7408e3
parentb05e70ea94c699743c655f5f0b5b050652dc4fde
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).
tests/check/libs/video.c