diff --git a/benchmark/url/whatwgurl-canParse.js b/benchmark/url/whatwgurl-canParse.js index 65741d9884f106..3896d78578f2e3 100644 --- a/benchmark/url/whatwgurl-canParse.js +++ b/benchmark/url/whatwgurl-canParse.js @@ -3,7 +3,7 @@ const common = require('../common.js'); const bench = common.createBenchmark(main, { type: Object.keys(common.urls), - n: [25e6], + n: [1e6], }); function main({ type, n }) {