You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: