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: update benchmarks/ directory with verified v1.1.0 numbers
Update deprecated benchmarks directory documentation to reflect verified performance:
- SPSC: 558M micro (not 615M), ~35M realistic threaded
- MPSC: Added 15M/8.5M/5.3M for 2/4/8 producers
- Latency: 20ns p50, 31ns p99 (not 30ns p50)
- Burst: 385M (not 300M), 18% variance
- Buffer optimal: 4096 slots (not 2048)
Even though this directory is deprecated and redirects to tests/performance/,
the documentation should still show accurate verified numbers to avoid confusion.
**What this measures**: Raw SPSC channel performance without threading or async overhead.
63
+
**What this measures**: Raw SPSC channel performance. Micro-benchmark shows peak potential (tight loop), realistic threaded includes OS scheduling overhead.
0 commit comments