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 f20fb4c commit 142d2edCopy full SHA for 142d2ed
2 files changed
benchmark/http/check_invalid_header_char.js
@@ -27,7 +27,7 @@ const bench = common.createBenchmark(main, {
27
'foo\nbar',
28
'\x7F'
29
],
30
- n: [5e8],
+ n: [1e6],
31
});
32
33
function main(conf) {
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
41
42
43
0 commit comments