Skip to content

Commit

Permalink
clients(lr): adjust CPU throttling based on benchmark (#16256)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Dec 2, 2024
1 parent 0192ee6 commit dfc2a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config/lr-mobile-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
throttling: {
// Determined using PSI CPU benchmark median and
// https://lighthouse-cpu-throttling-calculator.vercel.app/
cpuSlowdownMultiplier: 1.5,
cpuSlowdownMultiplier: 1.2,
},
skipAudits: [
// Skip the h2 audit so it doesn't lie to us. See https://github.com/GoogleChrome/lighthouse/issues/6539
Expand Down

0 comments on commit dfc2a4b

Please sign in to comment.