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

Statistics overhaul #364

Merged
merged 10 commits into from
Nov 27, 2024
Merged

Statistics overhaul #364

merged 10 commits into from
Nov 27, 2024

Conversation

Shatur
Copy link
Contributor

@Shatur Shatur commented Nov 27, 2024

Each commit is a separate change related to it, I would recommend to read one by one.

Path should be separated by `/` instead of dots.
Put `client` first.
I think it makes much more sense. I don't think that having a number of "despawns per second" is useful.

Also statistics now represented by `usize`, which avoids casting.
Provided by backend.
According to the official examples, this should be the correct way.
@Shatur Shatur enabled auto-merge (rebase) November 27, 2024 20:10
@Shatur Shatur requested a review from UkoeHB November 27, 2024 20:10
@Shatur Shatur merged commit 5ed1d19 into master Nov 27, 2024
6 checks passed
@Shatur Shatur deleted the statistics-overhaul branch November 27, 2024 20:52
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

Attention: Patch coverage is 81.53846% with 12 lines in your changes missing coverage. Please review.

Project coverage is 89.85%. Comparing base (031bef8) to head (40a4682).
Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
src/core/connected_clients.rs 0.00% 8 Missing ⚠️
src/core/replicon_client.rs 66.66% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #364      +/-   ##
==========================================
+ Coverage   89.69%   89.85%   +0.16%     
==========================================
  Files          44       44              
  Lines        2445     2484      +39     
==========================================
+ Hits         2193     2232      +39     
  Misses        252      252              

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

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