We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625c9e0 commit 0dfe810Copy full SHA for 0dfe810
1 file changed
benchmark/async_hooks/async-local-storage-getstore-nested-resources.js
@@ -16,7 +16,7 @@ const { AsyncLocalStorage, AsyncResource } = require('async_hooks');
16
*/
17
const bench = common.createBenchmark(main, {
18
resourceCount: [10, 100, 1000],
19
- n: [1e4],
+ n: [5e5],
20
});
21
22
function runBenchmark(store, n) {
0 commit comments