Benchmarks

GuideWhat it measures
JITJIT compile + run latency on macOS ARM64
Polyglot compilersin compile vs installed native compilers on polyglot samples
Self-host vs nativein build vs rustc (time, binary size, startup) on in-cli

Regenerate:

./scripts/bench-self-host.sh && python3 scripts/render-self-host-bench-md.py
./scripts/bench_polyglot_compilers.v   # polyglot matrix

Swift-vs-in benchmark removed; use polyglot-compilers for cross-language compile-time comparison.