-
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(bootup-time): refactor task/group iteration #3703
Conversation
}); | ||
result.set(url, tasks); | ||
Object.keys(taskGroups).forEach(groupName => { | ||
taskGroups[groupName] = Math.round(taskGroups[groupName] * 10) / 10; |
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.
Why do you want to reduce the number after the period? and not just doing it in the table below with formatMilliseconds
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.
good call. nuked this.
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, have one question though.
Do we want to sort this table as well?
done.
|
manually landed in 33b1574 also looks like PR destination is editable so i didnt need to do this. whoops |
No description provided.