Skip to content

Commit 32f7698

Browse files
mscdexevanlucas
authored andcommitted
benchmark: increase http token check iterations
PR-URL: #6570 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 2a462ba commit 32f7698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/http/check_is_http_token.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const bench = common.createBenchmark(main, {
3737
':alternate-protocol', // fast bailout
3838
'alternate-protocol:' // slow bailout
3939
],
40-
n: [1e6],
40+
n: [5e8],
4141
});
4242

4343
function main(conf) {

0 commit comments

Comments
 (0)