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(network): fix time units in network quiet calc #16013

Closed connorjclark closed 1 month ago

connorjclark commented 1 month ago

This bug was introduced in #14567, when the * 1000 was not removed when changing startTime from seconds to ms.