Skip to content

Commit

Permalink
core(fcp): fix scoring curve (#5507)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and brendankenny committed Jun 19, 2018
1 parent aeda7c8 commit 0deeeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/first-contentful-paint.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class FirstContentfulPaint extends Audit {
// 75th and 95th percentiles HTTPArchive -> median and PODR
// https://bigquery.cloud.google.com/table/httparchive:lighthouse.2018_04_01_mobile?pli=1
// see https://www.desmos.com/calculator/2t1ugwykrl
scorePODR: 2900,
scorePODR: 2000,
scoreMedian: 4000,
};
}
Expand Down

0 comments on commit 0deeeb5

Please sign in to comment.