diff --git a/benchmark/async_hooks/async-local-storage-getstore-nested-resources.js b/benchmark/async_hooks/async-local-storage-getstore-nested-resources.js index 05b43af627a79e..3474e801e01f35 100644 --- a/benchmark/async_hooks/async-local-storage-getstore-nested-resources.js +++ b/benchmark/async_hooks/async-local-storage-getstore-nested-resources.js @@ -16,7 +16,7 @@ const { AsyncLocalStorage, AsyncResource } = require('async_hooks'); */ const bench = common.createBenchmark(main, { resourceCount: [10, 100, 1000], - n: [1e4], + n: [5e5], }); function runBenchmark(store, n) {