We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a80312 commit 6a4076aCopy full SHA for 6a4076a
benchmark/url/whatwgurl-canParse.js
@@ -3,7 +3,7 @@ const common = require('../common.js');
3
4
const bench = common.createBenchmark(main, {
5
type: Object.keys(common.urls),
6
- n: [25e6],
+ n: [1e6],
7
});
8
9
function main({ type, n }) {
0 commit comments