Fix benchmarks run: use synchronous call.
[poolifier.git] / benchmarks / bench.js
index b2091613e7909d4f920043032413014923e3e740..f8d933813a8b393692a124bbece9243aec244681 100644 (file)
@@ -43,6 +43,5 @@ async function test () {
       // eslint-disable-next-line no-process-exit
       process.exit()
     })
-    // run async
-    .run({ async: true })
+    .run()
 }