repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23a7b8
)
Fix benchmarks run: use synchronous call.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 15 Feb 2021 22:26:06 +0000
(23:26 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/benchmarks/bench.js
b/benchmarks/bench.js
index b2091613e7909d4f920043032413014923e3e740..f8d933813a8b393692a124bbece9243aec244681 100644
(file)
--- a/
benchmarks/bench.js
+++ b/
benchmarks/bench.js
@@
-43,6
+43,5
@@
async function test () {
// eslint-disable-next-line no-process-exit
process.exit()
})
- // run async
- .run({ async: true })
+ .run()
}