From dfc2a4bef4c259edccc27985a9026fd7d2f5456c Mon Sep 17 00:00:00 2001 From: Adam Raine <6752989+adamraine@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:57:13 -0800 Subject: [PATCH] clients(lr): adjust CPU throttling based on benchmark (#16256) --- 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