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-getstore-nested-resources.js

Fixes: #50571
PR-URL: #51420
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
lucshi authored and richardlau committed Mar 25, 2024
1 parent 350e9fe commit 029ca98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 029ca98

Please sign in to comment.