We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9f728 commit 3d7734cCopy full SHA for 3d7734c
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