diff --git a/core/config/lr-mobile-config.js b/core/config/lr-mobile-config.js index 973ab77a08e4..84964f5d4dd9 100644 --- a/core/config/lr-mobile-config.js +++ b/core/config/lr-mobile-config.js @@ -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