aboutsummaryrefslogtreecommitdiff
path: root/benchmark/util/normalize-encoding.js
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2017-08-16 21:37:44 -0300
committerRuben Bridgewater <ruben@bridgewater.de>2017-09-14 21:46:25 -0300
commit6bfc439711daf4361f7ce6d9256739e1a2c07141 (patch)
tree52c4be9a4bcf5bb46430c4a84e97fa2197f94204 /benchmark/util/normalize-encoding.js
parent082c43400dbfacd155d44a07e0bdd5028e0c918f (diff)
downloadandroid-node-v8-6bfc439711daf4361f7ce6d9256739e1a2c07141.tar.gz
android-node-v8-6bfc439711daf4361f7ce6d9256739e1a2c07141.tar.bz2
android-node-v8-6bfc439711daf4361f7ce6d9256739e1a2c07141.zip
benchmark: improve and add more inspect benchmarks
PR-URL: https://github.com/nodejs/node/pull/14881 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
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'
});