#36853·deno

bench compare

Author: mfulton26Created Sep 16, 2026Updated Sep 16, 2026

Deno can group benches together but it doesn't have any built in way to interleave bench iteration execution or to assert that one bench is relatively faster or slower than another. I'd like to see support for such similar to how Vitest supports it: https://vitest.dev/guide/benchmarking.html#comparing-benchmarks.