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>
This commit is contained in:
Brian White
2016-05-07 17:20:23 -04:00
parent 83432bfff1
commit 39fdf0773d

View File

@@ -37,7 +37,7 @@ const bench = common.createBenchmark(main, {
':alternate-protocol', // fast bailout
'alternate-protocol:' // slow bailout
],
n: [1e6],
n: [5e8],
});
function main(conf) {