Skip to content

Commit 0a247a8

Browse files
author
Lei Shi
committed
benchmark: update iterations of benchmark/async_hooks/async-local-
storage-propagate-asyncresource.js Fixes: #50571
1 parent ea88a3e commit 0a247a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/async_hooks/async-local-storage-propagate-asyncresource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { AsyncLocalStorage, AsyncResource } = require('async_hooks');
1515
*/
1616
const bench = common.createBenchmark(main, {
1717
storageCount: [0, 1, 10, 100],
18-
n: [1e3],
18+
n: [1e5],
1919
});
2020

2121
function runStores(stores, value, cb, idx = 0) {

0 commit comments

Comments
 (0)