Skip to content

Commit

Permalink
benchmark: update iterations in benchmark/util/normalize-encoding.js
Browse files Browse the repository at this point in the history
Fixes: #50571
  • Loading branch information
Lei Shi committed Nov 27, 2023
1 parent ea88a3e commit 14f8e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/util/normalize-encoding.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const inputs = [

const bench = common.createBenchmark(main, {
input: inputs.concat(Object.keys(groupedInputs)),
n: [1e5],
n: [1e6],
}, {
flags: '--expose-internals',
});
Expand Down

0 comments on commit 14f8e9b

Please sign in to comment.