Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

paulirish
Copy link
Member

No description provided.

});
result.set(url, tasks);
Object.keys(taskGroups).forEach(groupName => {
taskGroups[groupName] = Math.round(taskGroups[groupName] * 10) / 10;
Copy link
Collaborator

@wardpeet wardpeet Nov 3, 2017

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call. nuked this.

Copy link
Collaborator

@wardpeet wardpeet left a 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?

@paulirish
Copy link
Member Author

paulirish commented Nov 15, 2017

Do we want to sort this table as well?

done.


  • Need to fix tests

@paulirish
Copy link
Member Author

paulirish commented Nov 17, 2017

manually landed in 33b1574
(so that ward and my work lands in two separate commits)


also looks like PR destination is editable so i didnt need to do this.
image

whoops

@paulirish paulirish closed this Nov 17, 2017
@brendankenny brendankenny deleted the bootuptime-edit branch November 17, 2017 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants