-
Notifications
You must be signed in to change notification settings - Fork 9.5k
core(pwa): remove load-fast-enough-for-pwa audit #11764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I think any necessary changes are covered by CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
core(load-fast-enough-for-pwa): remove audit
?
bye bye
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Ignore speed test; just verify that it ran.
A fitting send-off summary :)
🎆 🎆 ⚱️ 🎆 🎆
|
||
const str_ = i18n.createMessageInstanceIdFn(__filename, UIStrings); | ||
|
||
class LoadFastEnough4Pwa extends Audit { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow, the class name made it all the way to the end
The perf test in PWA has mostly just ended up adding extra confusion.
In a discussion in xfunctional August, we had consensus on removing the requirement from the PWA section.
Naturally anyone evaluating their PWA can also look at the Perf section. So it's all groovy.
fixes #10943