From 39fdf0773d7066d33f562de8bb7220708f4ab619 Mon Sep 17 00:00:00 2001 From: Brian White Date: Sat, 7 May 2016 17:20:23 -0400 Subject: [PATCH] benchmark: increase http token check iterations PR-URL: https://github.com/nodejs/node/pull/6570 Reviewed-By: James M Snell Reviewed-By: Ben Noordhuis --- benchmark/http/check_is_http_token.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {