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
Throughput in the logged metrics was computed over a truncated number of
seconds, which meant the same block taking 1999ms or 1000ms reports the
same throughput, when one is indeed twice as slow as the other.
This fixes it by asking for the `as_secs_f64` directly rather than
taking an integer number of millis, dividing (with integer semantics) by
1000 and then casting.
0 commit comments