Skip to content

[Archery] Allow passing options to Google Benchmark #39303

@pitrou

Description

@pitrou

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions