summaryrefslogtreecommitdiff
path: root/benchmark/util/normalize-encoding.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/util/normalize-encoding.js')
-rw-r--r--benchmark/util/normalize-encoding.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/util/normalize-encoding.js b/benchmark/util/normalize-encoding.js
index 8c4d034781..2cdfd54442 100644
--- a/benchmark/util/normalize-encoding.js
+++ b/benchmark/util/normalize-encoding.js
@@ -19,7 +19,7 @@ const inputs = [
const bench = common.createBenchmark(main, {
input: inputs.concat(Object.keys(groupedInputs)),
- n: [1e5]
+ n: [1e7]
}, {
flags: '--expose-internals'
});