mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
benchmark: update iterations in benchmark/util/normalize-encoding.js
Fixes: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/50934 Refs: https://github.com/nodejs/node/issues/50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
parent
964046d3b2
commit
c510e2677d
|
|
@ -21,7 +21,7 @@ const inputs = [
|
||||||
|
|
||||||
const bench = common.createBenchmark(main, {
|
const bench = common.createBenchmark(main, {
|
||||||
input: inputs.concat(Object.keys(groupedInputs)),
|
input: inputs.concat(Object.keys(groupedInputs)),
|
||||||
n: [1e5],
|
n: [1e6],
|
||||||
}, {
|
}, {
|
||||||
flags: '--expose-internals',
|
flags: '--expose-internals',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user