mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -37,7 +37,7 @@ const bench = common.createBenchmark(main, {
|
||||
':alternate-protocol', // fast bailout
|
||||
'alternate-protocol:' // slow bailout
|
||||
],
|
||||
n: [1e6],
|
||||
n: [5e8],
|
||||
});
|
||||
|
||||
function main(conf) {
|
||||
|
||||
Reference in New Issue
Block a user