We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbee03d commit b80bb13Copy full SHA for b80bb13
benchmark/util/normalize-encoding.js
@@ -21,7 +21,7 @@ const inputs = [
21
22
const bench = common.createBenchmark(main, {
23
input: inputs.concat(Object.keys(groupedInputs)),
24
- n: [1e5],
+ n: [1e6],
25
}, {
26
flags: '--expose-internals',
27
});
0 commit comments