Describe the enhancement requested
archery benchmark run allows controlling the execution of micro-benchmarks with various CLI arguments, but for now it is not possible to pass extra parameters directly to the Google Benchmark executables.
One situation where we would like to do this is to increase the number of repetitions while decreasing the runtime of each single repetition. The former is currently done with --repetitions, but the latter would require passing --benchmark_min_time to Google Benchmark.
Component(s)
Archery, Benchmarking