add another warmup pass

This commit is contained in:
Brooke Vibber 2025-12-23 13:00:27 -08:00
commit 418bddac7e

View file

@ -16,6 +16,7 @@ mod().then((module) => {
// warmup // warmup
module[bench](); module[bench]();
module[bench]();
const start = performance.now(); const start = performance.now();
// active // active