Skip to content

Commit

Permalink
Keeping up with clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuter committed Nov 18, 2021
1 parent 5c0782a commit e4f78cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ impl fmt::Display for BenchRunReportItem {
self.total_requests,
self.rate_per_second,
self.success_rate,
ByteSize::b(self.total_bytes as u64).to_string(),
ByteSize::b(self.total_bytes as u64),
self.bitrate_mbps,
)?;

Expand Down

0 comments on commit e4f78cf

Please sign in to comment.