-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update browser_web_vital_fcp max threshold #1043
Conversation
c548667
to
b2b5e0c
Compare
This isn't needed. It was a temporary blip. |
@inancgumus yeah, i'd be happy to increase the threshold to a high number because when the site is being load tested it basically fails our CI. Should increase it to 5 seconds? |
@ankur22 5 sec makes sense 👍 |
We're seeing errors in the CI due to the test website being a bit slow. It feels like it's better to increase the threshold to account for a slow test site due to other load tests being performed against it.
b2b5e0c
to
1509dc0
Compare
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.
🚀 Thx!
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.
LGTM.
What?
Increasing the max threshold from 1s to 5s for the
browser_web_vital_fcp
metric in themultiple-scenario.js
example test script.Why?
We're seeing errors in the CI due to the test website being a bit slow since it's continuously being load tested. It feels like it's better to increase the threshold to account for a slow test site due to other load tests being performed against it.
Checklist
Related PR(s)/Issue(s)