Skip to content

Compile benchmark tests, but don't run them automatically with ctest

Ahmad Samir requested to merge work/ahmad/move-benchmark into master

As discussed in [1], benchmark unit tests are useful when benchmarking performance, but not if no one is looking at the results (either when run locally or on the CI); change such tests to be always compiled, so as not to bit-rot, but don't run them automatically when using e.g. ctest or make test.

This was first propsed by Meven in https://phabricator.kde.org/D26468

[1] !301 (merged)

Edited by Ahmad Samir

Merge request reports