fix(benchmark): fix benchmark.js result
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 31 Mar 2024 15:06:20 +0000 (17:06 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 31 Mar 2024 15:06:20 +0000 (17:06 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
benchmarks/benchmarks-utils.mjs

index 96d597cfc922ad48f9695482979a6d8b1a807851..0cd3a172456d85efc733281cccc68cb323b44747 100644 (file)
@@ -184,7 +184,7 @@ export const runPoolifierBenchmarkBenchmarkJs = async (
               LIST_FORMATTER.format(this.filter('fastest').map('name'))
           )
         })
-        .run({ async: true, queued: true })
+        .run({ async: true })
     } catch (error) {
       pool
         .destroy()