pitrou opened a new issue, #39303: URL: https://github.com/apache/arrow/issues/39303
### 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
