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(mainthreadwork): multiply by cpuSlowdownMultiplier #5126

Merged
merged 1 commit into from
May 6, 2018

Conversation

patrickhulce
Copy link
Collaborator

adjusts the main thread work and bootup time audits to work under lantern, just multiplies the amount of thread work in each category by the cpuSlowdownMultiplier

also does some drive-by fixes to bring it in line with the other audits (using type: ms for details, slightly less noisy items output, etc)

*/
static get defaultOptions() {
return {
// see https://www.desmos.com/calculator/rkphawothk
// <500ms ~= 100, >2s is yellow, >3.5s is red
scorePODR: 600,
scoreMedian: 3500,
thresholdInMs: 50,
Copy link
Member

Choose a reason for hiding this comment

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

good call.

@patrickhulce patrickhulce merged commit 41f6a28 into master May 6, 2018
@patrickhulce patrickhulce deleted the adjust_mainthreadwork_audits branch May 6, 2018 22:46
kdzwinel pushed a commit to kdzwinel/lighthouse that referenced this pull request Aug 16, 2018
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