Expand description
Interval statistics (docs/BENCHMARKING.md): a benchmark that reports a mean and no interval is not evidence. Median with a distribution-free 95% CI (order statistics), Tukey-fence outlier rejection, and an overlap test — configurations whose intervals overlap are indistinguishable, never ranked.
Structs§
Functions§
- indistinguishable
- Two summaries whose 95% CIs overlap are indistinguishable (docs/BENCHMARKING.md).
- summarize
- Summarize raw timings. The Tukey fences (1.5 IQR) run first; the median CI uses the normal approximation to the binomial order-statistic interval, clamped to the sample range.