Stress Test
Generate thousands of SHA-256 chained transactions — live in your browser via WASM.
benchmark runner
Each transaction is a balanced double-entry with a unique SHA-256 hash chained to its predecessor. No shortcuts — identical to production workload.
The recording phase runs in a tight loop inside the Web Worker — zero IPC round-trips. This measures true WASM engine speed, not browser messaging overhead.
Native Rust remains faster than in-browser WASM due to JS runtime and bridge overhead. For exact native numbers, see the landing benchmark panel.