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

v1.1 #10

Merged
merged 11 commits into from
Sep 19, 2019
Merged

v1.1 #10

merged 11 commits into from
Sep 19, 2019

Conversation

alekseykulikov
Copy link
Member

@alekseykulikov alekseykulikov commented Jun 11, 2019

Tasks:

  • update deps (Lighthouse 5.2)
  • separate metrics by ULR/Origin + update screenshot & example
  • use new PSI APIs: Add RUM data GoogleChrome/lighthouse#1453 (comment)
  • readme: explain score algorithm (notice that origin values has no effect on score)
  • readme: explain missing domains data & percentiles

@alekseykulikov alekseykulikov changed the title 1.1 v1.1 Jun 11, 2019
*/

exports.getCruxData = async (artifacts, context) => {
exports.getLoadingExperience = async (artifacts, context, isUrl = true) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@@ -39,7 +30,7 @@ serial('Measure field perf for site in CruX', async t => {

serial('Measure field perf for site site not in CruX', async t => {
const resName = 'not-in-field.json'
await runLighthouse('https://example.com/', { ...lhOptions, outputPath: `./results/${resName}` })
await runLighthouse('https://alekseykulikov.com/', { ...lhOptions, outputPath: `./results/${resName}` })
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you think results always will be stable on Field and match snapshot? Our intention to stub PSI response to not update snapshot for each new CI run or PSI cache invalidation hence new perf measurements of the site.

@alekseykulikov alekseykulikov force-pushed the 1_1 branch 3 times, most recently from 5cd1ce8 to 9c7ce6e Compare September 19, 2019 13:28
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