E.g. if `REPEAT_FACTOR` is 4096, setting: ```language=c #define SCALE_FACTOR (REPEAT_FACTOR >> 4) ``` in a benchmark seems to have no effect - the `benchmark()` function is still called 4096 times.