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

Use 1hr EMA for average mgas/sec #14054

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Use 1hr EMA for average mgas/sec #14054

wants to merge 3 commits into from

Conversation

shohamc1
Copy link
Member

@shohamc1 shohamc1 commented Mar 4, 2025

The current implementation calculates a cumulative average of all measurements, which becomes less meaningful over time due to historical bias.

Using a 1 hour EMA allows for a more live view of performance as it gives significantly more weight to recent measurements, while smoothing out extreme fluctuations.

@shohamc1 shohamc1 requested review from AskAlexSharov and mh0lt March 4, 2025 17: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.

1 participant