pub const SCHBENCH_PERCENTILES: [f64; 5];Expand description
The five latency percentiles reported by StandaloneReport and the
per-phase metric path, in column order: 20.0, 50.0, 90.0, 99.0, 99.9. Matches
schbench’s percentile rows (schbench.c show_latencies). Callers label the
StandaloneReport percentile arrays by zipping with this slice rather than
hard-coding an index-to-percentile mapping.