Skip to content

Commit 5fac672

Browse files
committedMar 2, 2022
bench: use Promise.resolve() instead of process.nextTick()
1 parent 5652efa commit 5fac672

File tree

93 files changed

+812
-811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+812
-811
lines changed
 

‎bench/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const main = async () => {
9292
}
9393

9494
console.log(JSON.stringify(results, 0, 2))
95+
fs.writeFileSync('results.json', JSON.stringify(results, 0, 2) + '\n')
9596

9697
// write out the results.tab from the top level
9798
if (impl === undefined) {

0 commit comments

Comments
 (0)
Please sign in to comment.