You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: refresh benchmark tables with current measurements (2026-06-08)
Old numbers (127.9 / 235.1 / 122.6) drifted from reality by 20-80%; bisecting
that drift consumed real time in the perf session. Replace with honest current
snapshot against commit 051a794, dated, with JMH config recorded inline so
future drift is locatable.
Changes:
- OHLC read: replace doc baseline with current values
close 76.7 → 61.0 ± 5.8
volume 127.9 → 104.8 ± 5.1 (recovered from pre-fix 83 via broadcast fast-path)
symbol 110.4 → 97.8 ± 1.8
+ cascading (depth 3): 80.9 ± 1.2 (new row, was already in the benchmark)
- Parquet vs Vortex taxi: re-measure
parquetRead 166.5 → 137.0 (stable)
vortexRead 235.1 → 43.0 (regressed — flagged inline; bisect tracked separately)
parquetReadMultiColumn 133.0 → 137.4 (stable)
vortexReadMultiColumn 122.6 → 34.1 (regressed)
- Tone down "Why Vortex is faster" narrative to "format-level advantages
(theory)" until the Parquet-vs-Vortex regression is fixed. Properties still
hold; the measurement just doesn't currently support the claim.
- OHLC write + Big-file scan: mark as "last measured before 2026-06-08; re-run
pending" since not re-measured today.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments