HTTP benchmarks and a results dashboard for Hyperlight. Compare throughput, latency, and memory use across JavaScript and WebAssembly runtimes on Linux KVM and MSHV.
Benchmarks cover three sandbox lifecycle strategies: Renew, Restore, and Reuse.
Requires Node.js 24 or later.
npm ci
npm run devOpen the URL printed by the dev server. The dashboard loads published results.
Add ?demo=1 to explore it with synthetic data.
After installing the tools in the development guide:
just build-benchmark-artifacts
npm run benchmark:local -- --platform kvm
npm run dev:localThis measures all 54 KVM configurations and serves their results locally.
Add --smoke to verify every configuration with one measured request each.
- Development guide: setup, benchmark commands, CI, and deployment.
- Result format: measurements, history, and validation.