Browse Source

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>
v7.x
Brian White 9 years ago
parent
commit
39fdf0773d
No known key found for this signature in database GPG Key ID: 606D7358F94DA209
  1. 2
      benchmark/http/check_is_http_token.js

2
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) {

Loading…
Cancel
Save