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 4204c5c commit 39a08eeCopy full SHA for 39a08ee
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