GoogleChrome / lighthouse

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

core(lantern): move LanternMetric in lib/lantern #15857

Closed connorjclark closed 7 months ago

connorjclark commented 7 months ago

ref #15841

This moves just the implementation of the base LanternMetric class into lib/lantern. The derived classes will follow.