Conversation
|
ACTION NEEDED The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. For details on the error please inspect the "PR Title Check" action. |
PR ReviewP0 - Unconditional This PR adds unconditional Suggestions:
P1 - Format specifier bug The format string for // Current (likely a typo):
log::info!("... bytes read/s: {:3}", ..., bytes_read_per_sec);
// Probably intended:
log::info!("... bytes read/s: {:.3}", ..., bytes_read_per_sec);P1 - Division by zero if elapsed time is 0 If the operation completes in under a nanosecond (unlikely but possible in tests with mocked/fast storage), |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
No description provided.