Skip to content

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

Ahmad Samir requested to merge work/ahmad/benchmarks-default into master

Running benchmark unit tests isn't useful if no one is looking at the results (either when run locally or on the CI); instead compile them by default so they don't bit-rot, but don't run them automatically when using ctest or make test.

kio!301 (merged)

Merge request reports