refactor(benchmark): run benchmark.js async
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Apr 2024 11:21:24 +0000 (13:21 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Apr 2024 11:21:24 +0000 (13:21 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
benchmarks/benchmarks-utils.mjs

index e81c3773faef7fd179abdd2b27ad9af18c92f156..5db55b3b11c9b8c956e46397674e71a34471d241 100644 (file)
@@ -142,7 +142,7 @@ export const runPoolifierBenchmarkBenchmarkJs = async (
           }
         }
       }
-    ).run()
+    ).run({ async: true })
   })
 }