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
PR-URL: #50934
Refs: #50571
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
  • Loading branch information
lucshi committed Dec 4, 2023
1 parent 964046d commit c510e26
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 c510e26

Please sign in to comment.