-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
core(metrics): move first-interactive to first-cpu-idle #4982
Conversation
} | ||
}, | ||
"rawValue": 4927.278, | ||
"debugString": "First Interactive was 4,930 ms. More details in the \"Performance\" section.", |
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.
since this is dependent on the other PR, shouldn't this be passing?
also the text still says "first interactive". looks like you need to updatejson, eh
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.
yeah yeah need to update the JSON it was based on my branch before I updated the json there
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
first-interactive
tofirst-cpu-idle
according to the new metric namefirst-interactive
computed artifact to a metric computed artifactThis is blocked on #4981 since that PR moves away from using first CPU idle for load-fast-4-pwa