Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed calculation of operations per second in server metrics (#312)
This commit corrects the calculation of the instantaneous operations per second in the server metrics. The previous calculation was incorrectly using the `byteUnit` for conversion, which is not appropriate for operations per second. The corrected calculation now accurately reflects the number of operations processed per second. Co-authored-by: Tal Zaccai <talzacc@microsoft.com>
- Loading branch information