We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964046d commit c510e26Copy full SHA for c510e26
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