We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a462ba commit 32f7698Copy full SHA for 32f7698
benchmark/http/check_is_http_token.js
@@ -37,7 +37,7 @@ const bench = common.createBenchmark(main, {
37
':alternate-protocol', // fast bailout
38
'alternate-protocol:' // slow bailout
39
],
40
- n: [1e6],
+ n: [5e8],
41
});
42
43
function main(conf) {
0 commit comments