GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.01k stars 9.31k forks source link

core(test): add generatable trace for paint metrics #15994

Closed connorjclark closed 1 month ago

connorjclark commented 1 month ago

Adds a regenerate.js trace for paul's site, useful for tests on paint metrics. I replaced some of lcp-m78 (but not all - some tests relied on too specific stuff in there).

ref #15841