build v2026.5 · metric: median (ms) · 29 swept workload(s) · compile time vs workload size N, each curve a single binary scaled simple→complex.
Scaling curves (compileInner)
Each panel is one workload's compileInner vs N on a zero-based linear axis, flagged with the floor-subtracted exponent ∝Nk (red ⇒ super-linear, k>1.15). Click a workload name for its sub-counter stacked view, the full scaling analysis (floor 9 ms / k / top-2×), and the raw sweep numbers.
Reading these: these synthetic workloads amplify one compiler pass each — the curve shape (the exponent k of the floor-subtracted fit (t − floor) = a·Nk), not the absolute ms, is the signal. k≈1 ⇒ cost is linear in code size; k>1 ⇒ a pass whose cost grows faster than its input, where regressions on large real shaders hide. The fixed floor is the minimal workload (subtracted before the fit, not refitted per workload), also the suite's standalone canary for "the stdlib got heavier". Per-workload pages carry the full analysis and numbers.
Generated by perf-suite/sweep_report.py from results/v2026.5/results.json. Companion to report.py (cross-release) and ladder_scaling.py (cross-release fit table).