Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
benchmark: update interations of async_hooks/async-local-storage-
getstore-nested-run.js

Fixed: #50571
  • Loading branch information
Lei Shi committed Jan 11, 2024
commit 4ffd5c939f9513102e87e00164c7d8a01cb93cdc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { AsyncLocalStorage } = require('async_hooks');
*/
const bench = common.createBenchmark(main, {
sotrageCount: [1, 10, 100],
n: [1e4],
n: [1e7],
});

function runBenchmark(store, n) {
Expand Down