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

🐛 Fix LCP with size < previous LCP #2586

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Conversation

amortemousque
Copy link
Collaborator

Motivation

Fix LCP with size < previous LCP cf: https://bugs.chromium.org/p/chromium/issues/detail?id=1516655

Changes

Discarded the LCP entry if it has a size inferior to the previous LCP entry

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

@amortemousque amortemousque requested a review from a team as a code owner February 2, 2024 08:43
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (df1fccd) 92.78% compared to head (892d720) 92.78%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2586   +/-   ##
=======================================
  Coverage   92.78%   92.78%           
=======================================
  Files         235      235           
  Lines        6789     6792    +3     
  Branches     1487     1488    +1     
=======================================
+ Hits         6299     6302    +3     
  Misses        490      490           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amortemousque amortemousque merged commit 182b2d5 into main Feb 6, 2024
17 checks passed
@amortemousque amortemousque deleted the aymeric/fix-lcp-outliers branch February 6, 2024 09:15
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.

3 participants