-
Notifications
You must be signed in to change notification settings - Fork 9
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
v1.1 #10
Conversation
*/ | ||
|
||
exports.getCruxData = async (artifacts, context) => { | ||
exports.getLoadingExperience = async (artifacts, context, isUrl = true) => { |
There was a problem hiding this comment.
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}` }) |
There was a problem hiding this comment.
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.
5cd1ce8
to
9c7ce6e
Compare
Tasks: