From 418bddac7e3066997a06eec9b2865d9352edf425 Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Tue, 23 Dec 2025 13:00:27 -0800 Subject: [PATCH] add another warmup pass --- arg-test/test-argy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/arg-test/test-argy.js b/arg-test/test-argy.js index 69b5d09..928b96f 100644 --- a/arg-test/test-argy.js +++ b/arg-test/test-argy.js @@ -16,6 +16,7 @@ mod().then((module) => { // warmup module[bench](); + module[bench](); const start = performance.now(); // active