pub fn wall(plan: &Plan) -> Result<BTreeMap<String, f64>>Expand description
Wall-clock statistics over plan.runs samples.
Reports min alongside the mean because contention is one-sided — a busy
machine can only make a run slower, never faster — so the minimum is a far
more robust estimator than the mean on shared CI hardware.