projectharmonia / bevy_replicon

Server-authoritative networking crate for the Bevy game engine.
https://crates.io/crates/bevy_replicon
Apache License 2.0
353 stars 31 forks source link

Do not divide values per seconds by the number of messages #294

Closed Shatur closed 5 months ago

Shatur commented 5 months ago

We explicitly say in docs that all diagnostics data is measured per second, not per message.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 90.95%. Comparing base (49d94ad) to head (4ba4e36).

Files Patch % Lines
src/client/diagnostics.rs 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 0.14.0-rc #294 +/- ## ============================================= + Coverage 90.33% 90.95% +0.61% ============================================= Files 37 37 Lines 2214 2199 -15 ============================================= Hits 2000 2000 + Misses 214 199 -15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.