I am aware of the --benchmark_repetitions
flag and it is not what I need.
I want to be able to specify the number of iterations for one benchmark. I am okay with using a --benchmark_iterations
flag which sets the number of iterations for all benchmarks.
I know google benchmark is smart to figure out how many iterations is needed to get a good measurement. This is good enough for most use cases but my use case is different. I need to be able to control the number of iterations precisely.