Skip to content

Commit

Permalink
chore: unlighthouse use expanded JSOPN report
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong authored Feb 7, 2025
1 parent 102c449 commit 3b5971c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unlighthouse.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const config = {
cache: false,
ci: {
reporter: "jsonExpanded",
buildStatic: true,
budget: {
performance: 90,
Expand All @@ -14,7 +15,7 @@ const config = {
},
lighthouseOptions: {
throttling: {
cpuSlowdownMultiplier: 8.7,
cpuSlowdownMultiplier: 8.6,
},
},
puppeteerClusterOptions: {
Expand Down

0 comments on commit 3b5971c

Please sign in to comment.