You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Track RTT in seconds rather than milliseconds (#1816)
* fix: Track RTT in seconds rather than milliseconds
To maintain compatibility with the RNSM, which has been modified to only
accept metrics in base units such as Bytes and Seconds, and not units
with a metric prefix such as milliseconds.
* Update test comparison value from ms to seconds
0 commit comments