Skip to content

Commit

Permalink
benchmark: increase http token check iterations
Browse files Browse the repository at this point in the history
PR-URL: #6570
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
mscdex authored and evanlucas committed Jun 16, 2016
1 parent 2a462ba commit 32f7698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/http/check_is_http_token.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const bench = common.createBenchmark(main, {
':alternate-protocol', // fast bailout
'alternate-protocol:' // slow bailout
],
n: [1e6],
n: [5e8],
});

function main(conf) {
Expand Down

0 comments on commit 32f7698

Please sign in to comment.