Skip to content

Commit c0303e2

Browse files
committed
chore: add concurrency to speed tests
1 parent 1bd718e commit c0303e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

unlighthouse.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ export default {
1515
// outliers across all discovered pages (no explicit warm-up step needed).
1616
samples: 3,
1717
},
18-
puppeteerClusterOptions: {
19-
// Limit to one concurrent Lighthouse instance to mitigate hardware-throttling
20-
// false positives that previously caused us to disable the performance category.
21-
maxConcurrency: 1,
22-
},
2318
lighthouseOptions: {
2419
// Performance re-enabled — hardware throttling concerns are mitigated by
2520
// maxConcurrency: 1 (no concurrent runs) and samples: 3 (median smoothing).

0 commit comments

Comments
 (0)