Skip to content

Commit

Permalink
benchmark: lower URL.canParse runs
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev authored and anonrig committed Mar 31, 2023
1 parent 4204c5c commit a346b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/url/whatwgurl-canParse.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down

0 comments on commit a346b97

Please sign in to comment.