Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix exp value for GroupQPS values #6810

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

Merged
merged 1 commit into from
Apr 11, 2025
Merged

Conversation

natemort
Copy link
Member

Because exp was not initialized in the struct, it defaulted to 0. A value of 0 puts all weight on the previous observation, which means the per-group trackers would permanently report their initial observation.

What changed?

  • Correct the value of exp used for each group's QPS reporter.

Why?

  • So Isolation Group QPS is correctly reported.

How did you test it?

  • Unit tests and matching simulator.

Potential risks

Release notes

Documentation Changes

Because exp was not initialized in the struct, it defaulted to 0. A value of 0 puts all weight on the previous observation, which means the per-group trackers would permanently report their initial observation.
@natemort natemort merged commit 8ba11fc into cadence-workflow:master Apr 11, 2025
23 checks passed
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.