diff --git a/benchmark/http/check_is_http_token.js b/benchmark/http/check_is_http_token.js index 9e0b8279b5..a317e05a4a 100644 --- a/benchmark/http/check_is_http_token.js +++ b/benchmark/http/check_is_http_token.js @@ -37,7 +37,7 @@ const bench = common.createBenchmark(main, { ':alternate-protocol', // fast bailout 'alternate-protocol:' // slow bailout ], - n: [1e6], + n: [5e8], }); function main(conf) {