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
Are we covering up the underlying bug? The 0ms results should always pass Number(audit.score) === 1, so it seems like something else is going on with LR.
(the other side of this, hiding passed audits under "Passed Audits" seems fine, though)
Can't really explain why the dom-size audit isn't in passed:
i mean i can because i originally wanted it to work this way:
lighthouse/lighthouse-core/report/html/renderer/util.js
Lines 145 to 148 in e07a94b
but its annoying and just leads to confusion.
we should just use
RATINGS.PASS.minScore
instead.The text was updated successfully, but these errors were encountered: