You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to have the ability to run ligthouse multiple times builtin and simply pass an n variable or something like this to the measurement. Insteead of returning the report of one run, it could then use the median of multiple runs.
I would love to have the ability to run ligthouse multiple times builtin and simply pass an
n
variable or something like this to the measurement. Insteead of returning the report of one run, it could then use the median of multiple runs.This is also a recomended strategy described and recomended by google: https://github.com/GoogleChrome/lighthouse/blob/main/docs/variability.md#run-lighthouse-multiple-times
It would not be dificult to add this function without breaking the existing interface. What do you think?
The text was updated successfully, but these errors were encountered: