Fix typo in program output
Change "comptation" -> "computation" Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This commit is contained in:
parent
aafe8609e5
commit
3435f5491b
@ -68,7 +68,7 @@ struct Speed {
|
|||||||
struct BenchmarkResult {
|
struct BenchmarkResult {
|
||||||
/// TLS upload speed
|
/// TLS upload speed
|
||||||
tls: Speed,
|
tls: Speed,
|
||||||
/// SHA256 checksum comptation speed
|
/// SHA256 checksum computation speed
|
||||||
sha256: Speed,
|
sha256: Speed,
|
||||||
/// ZStd level 1 compression speed
|
/// ZStd level 1 compression speed
|
||||||
compress: Speed,
|
compress: Speed,
|
||||||
@ -187,7 +187,7 @@ fn render_result(
|
|||||||
.header("TLS (maximal backup upload speed)")
|
.header("TLS (maximal backup upload speed)")
|
||||||
.right_align(false).renderer(render_speed))
|
.right_align(false).renderer(render_speed))
|
||||||
.column(ColumnConfig::new("sha256")
|
.column(ColumnConfig::new("sha256")
|
||||||
.header("SHA256 checksum comptation speed")
|
.header("SHA256 checksum computation speed")
|
||||||
.right_align(false).renderer(render_speed))
|
.right_align(false).renderer(render_speed))
|
||||||
.column(ColumnConfig::new("compress")
|
.column(ColumnConfig::new("compress")
|
||||||
.header("ZStd level 1 compression speed")
|
.header("ZStd level 1 compression speed")
|
||||||
|
Loading…
Reference in New Issue
Block a user