summaryrefslogtreecommitdiff
path: root/benchmark/http
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2016-05-07 17:20:23 -0400
committerBrian White <mscdex@mscdex.net>2016-06-14 15:13:00 -0400
commit39fdf0773d7066d33f562de8bb7220708f4ab619 (patch)
tree6a31510f30c0da743966a6647f507c0132f44269 /benchmark/http
parent83432bfff1e21797e497aacf4c473db1345f6334 (diff)
downloadandroid-node-v8-39fdf0773d7066d33f562de8bb7220708f4ab619.tar.gz
android-node-v8-39fdf0773d7066d33f562de8bb7220708f4ab619.tar.bz2
android-node-v8-39fdf0773d7066d33f562de8bb7220708f4ab619.zip
benchmark: increase http token check iterations
PR-URL: https://github.com/nodejs/node/pull/6570 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'benchmark/http')
-rw-r--r--benchmark/http/check_is_http_token.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http/check_is_http_token.js b/benchmark/http/check_is_http_token.js
index 9e0b8279b5..a317e05a4a 100644
--- a/benchmark/http/check_is_http_token.js
+++ b/benchmark/http/check_is_http_token.js
@@ -37,7 +37,7 @@ const bench = common.createBenchmark(main, {
':alternate-protocol', // fast bailout
'alternate-protocol:' // slow bailout
],
- n: [1e6],
+ n: [5e8],
});
function main(conf) {