repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca6c7d7
)
Fix poolifier benchmarks exit
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Oct 2022 10:49:30 +0000
(12:49 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Oct 2022 10:49:30 +0000
(12:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
benchmarks/internal/bench.js
patch
|
blob
|
blame
|
history
diff --git
a/benchmarks/internal/bench.js
b/benchmarks/internal/bench.js
index faf093936a9fedf099607e17ca002310f108ef1d..e88f40cf9334f5daf0ed32fb1c525c9939d7ede5 100644
(file)
--- a/
benchmarks/internal/bench.js
+++ b/
benchmarks/internal/bench.js
@@
-101,3
+101,8
@@
Benchmark.suite(
details: true
})
)
+ .then(() => {
+ // eslint-disable-next-line n/no-process-exit
+ return process.exit()
+ })
+ .catch(err => console.error(err))