From d7f9b0c8fb29baf1282d435154de222139d8037a Mon Sep 17 00:00:00 2001 From: Adam Raine Date: Mon, 18 Nov 2024 17:18:39 -0800 Subject: [PATCH] clients(lr): adjust CPU throttling based on benchmark --- core/config/lr-mobile-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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