Skip to content

Commit

Permalink
clients(lr): set CPU throttling based on benchmark (#16226)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Oct 29, 2024
1 parent 0da3e1d commit 9b847f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/config/lr-mobile-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ const config = {
settings: {
maxWaitForFcp: 15 * 1000,
maxWaitForLoad: 35 * 1000,
throttling: {
// Determined using PSI CPU benchmark median and
// https://lighthouse-cpu-throttling-calculator.vercel.app/
cpuSlowdownMultiplier: 1.5,
},
skipAudits: [
// Skip the h2 audit so it doesn't lie to us. See https://github.com/GoogleChrome/lighthouse/issues/6539
'uses-http2',
Expand Down

0 comments on commit 9b847f1

Please sign in to comment.