testing: add -benchtime=100x (x suffix for exact count) · Issue #24735 · golang/go
Currently benchmarks built using testing's Benchmark interface run a variable number of iterations, auto-adjusting to run for at least -benchiters seconds. This complicates HW PMU counter collectio...