That benchmark produces a binary named rsbench, and creates cmake target with name rsbench.
All that is good. But unfortunately, 'rsbench' is a very short abbreviation.
In particular, it just so happened that i have a main benchmark with the exact same name:
https://github.com/darktable-org/rawspeed/blob/fd5f06086ff323e0a2bdc1e2234dae6ae4e32532/src/utilities/rsbench/CMakeLists.txt#L1
While i'm not sure if it will be possible to integrate that project into test-suite proper,
i'd like to use it at least for local testing. But that is problematic if there is name clashes.
While i realize that it is plain impossible to avoid clashes in general, i'm hoping this particular situation can be solved,
In particular, the problem is *ONLY* the CMake target name. The binary name does NOT matter.
Therefore, how about a change from cmake target name of rsbench to doe-rsbench,
while ensuring the binary name stays the same?
[serious] Please add the reason why it has to have this name.