fn per_run(total: Option<f64>, runs: usize) -> Option<f64>
A total spread over the runs that produced it. None when there were none, which keeps “no measured runs” distinct from “a measured zero”.
None