Fix benchmarks run: use synchronous call.
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 15 Feb 2021 22:26:06 +0000 (23:26 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 15 Feb 2021 22:28:47 +0000 (23:28 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
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()
 }