Skip to content

Commit

Permalink
Refactor to use latest Bootstrap for benchmark (#7005)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Jun 30, 2023
1 parent 8051822 commit 0e64a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmark-rule.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (!ruleOptions) {
throw new Error('You must specify rule options');
}

const CSS_URL = 'https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.css';
const CSS_URL = 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.css';

// PostCSS and modern hardware is too fast to benchmark with a small source.
// Duplicating the source CSS N times gives a larger mean while reducing the deviation.
Expand Down

0 comments on commit 0e64a0f

Please sign in to comment.