Skip to content

Conversation

@Fine0830
Copy link
Member

@Fine0830 Fine0830 commented Dec 2, 2025

@Fine0830 Fine0830 added this to the 1.1.0 milestone Dec 2, 2025
@Fine0830 Fine0830 requested review from Copilot and wu-sheng December 2, 2025 01:45
@Fine0830 Fine0830 self-assigned this Dec 2, 2025
@Fine0830 Fine0830 added the bug Something isn't working label Dec 2, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to convert performance metric values to integers by applying Math.floor() to CLS (Cumulative Layout Shift) and INP (Interaction to Next Paint) metrics, aligning with the existing pattern used for other performance metrics in the codebase.

  • Applied Math.floor() to clsTime metric
  • Applied Math.floor() to inpTime metric

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Fine0830 and others added 3 commits December 2, 2025 09:51
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@wu-sheng wu-sheng requested a review from Copilot December 2, 2025 02:00
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Fine0830 Fine0830 marked this pull request as draft December 2, 2025 02:25
@Fine0830
Copy link
Member Author

Fine0830 commented Dec 2, 2025

I will close this, we have to change the protocol as the CLS values are typically between 0 and 1.

@Fine0830 Fine0830 closed this Dec 2, 2025
@Fine0830 Fine0830 deleted the bugfix/data branch December 2, 2025 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] com.google.protobuf.InvalidProtocolBufferException: Not an int32 value

1 participant