Skip to content

core(bootup-time): refactor task/group iteration#3703

Closed
paulirish wants to merge 4 commits intofeature/bootup-timefrom
bootuptime-edit
Closed

core(bootup-time): refactor task/group iteration#3703
paulirish wants to merge 4 commits intofeature/bootup-timefrom
bootuptime-edit

Conversation

@paulirish
Copy link
Member

No description provided.

@paulirish paulirish requested a review from wardpeet October 31, 2017 22:11
});
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.

2 participants