Skip to content

Commit 029ca98

Browse files
Lei Shirichardlau
authored andcommitted
benchmark: update iterations of benchmark/async_hooks/async-local-
storage-getstore-nested-resources.js Fixes: #50571 PR-URL: #51420 Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 350e9fe commit 029ca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎benchmark/async_hooks/async-local-storage-getstore-nested-resources.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const{AsyncLocalStorage, AsyncResource } = require('async_hooks');
1616
*/
1717
constbench=common.createBenchmark(main,{
1818
resourceCount: [10,100,1000],
19-
n: [1e4],
19+
n: [5e5],
2020
});
2121

2222
functionrunBenchmark(store,n){

0 commit comments

Comments
(0)