Skip to content

Commit c510e26

Browse files
author
Lei Shi
authored
benchmark: update iterations in benchmark/util/normalize-encoding.js
Fixes: #50571 PR-URL: #50934 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
1 parent 964046d commit c510e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/util/normalize-encoding.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const inputs = [
2121

2222
const bench = common.createBenchmark(main, {
2323
input: inputs.concat(Object.keys(groupedInputs)),
24-
n: [1e5],
24+
n: [1e6],
2525
}, {
2626
flags: '--expose-internals',
2727
});

0 commit comments

Comments
 (0)