Skip to content

Commit

Permalink
benchmark: update iterations of benchmark/async_hooks/async-local-
Browse files Browse the repository at this point in the history
storage-propagate-asyncresource.js

Fixes: #50571
  • Loading branch information
lucshi committed Jan 11, 2024
1 parent ea88a3e commit 0a247a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { AsyncLocalStorage, AsyncResource } = require('async_hooks');
*/
const bench = common.createBenchmark(main, {
storageCount: [0, 1, 10, 100],
n: [1e3],
n: [1e5],
});

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

0 comments on commit 0a247a8

Please sign in to comment.