The documentation mentions it once but I couldn't find comprehensive documentation for it. As far as I can tell, this option can be used for two things
- Set the min duration of a repetition with
--benchmark_min_time=<value> or --benchmark_min_time=<value>s.
- Set the desired number of iterations per repetition with
--benchmark_min_time=<value>x (for benchmarks not registered with a fixed number of iterations).
This seems like it relates to #746
Are both of these bits of behaviour officially supported? If yes, it would be helpful to document them.
The documentation mentions it once but I couldn't find comprehensive documentation for it. As far as I can tell, this option can be used for two things
--benchmark_min_time=<value>or--benchmark_min_time=<value>s.--benchmark_min_time=<value>x(for benchmarks not registered with a fixed number of iterations).This seems like it relates to #746
Are both of these bits of behaviour officially supported? If yes, it would be helpful to document them.