lighthouse 12.2.2 → 12.2.3-dev.20241202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ const config = {
13
13
  throttling: {
14
14
  // Determined using PSI CPU benchmark median and
15
15
  // https://lighthouse-cpu-throttling-calculator.vercel.app/
16
- cpuSlowdownMultiplier: 1.5,
16
+ cpuSlowdownMultiplier: 1.2,
17
17
  },
18
18
  skipAudits: [
19
19
  // Skip the h2 audit so it doesn't lie to us. See https://github.com/GoogleChrome/lighthouse/issues/6539
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.2.2",
4
+ "version": "12.2.3-dev.20241202",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {