chore: set a proper value for lighthouse throttling (#59)
parent
d37ab56a11
commit
9d388cacbe
|
@ -9,6 +9,8 @@ ci:
|
||||||
- http://localhost/posts/
|
- http://localhost/posts/
|
||||||
settings:
|
settings:
|
||||||
chromeFlags: "--no-sandbox"
|
chromeFlags: "--no-sandbox"
|
||||||
|
throttling:
|
||||||
|
cpuSlowdownMultiplier: "2.0"
|
||||||
assert:
|
assert:
|
||||||
preset: "lighthouse:no-pwa"
|
preset: "lighthouse:no-pwa"
|
||||||
assertions:
|
assertions:
|
||||||
|
|
Loading…
Reference in New Issue