mirror of
https://github.com/kopia/kopia.git
synced 2026-06-12 08:09:57 -04:00
Benchmark: Remove superfluous = in printout (#1043)
This commit is contained in:
@@ -88,7 +88,7 @@ type benchResult struct {
|
||||
}
|
||||
|
||||
printStdout("-----------------------------------------------------------------\n")
|
||||
printStdout("Fastest option for this machine is: --block-hash==%s --encryption=%s\n", results[0].hash, results[0].encryption)
|
||||
printStdout("Fastest option for this machine is: --block-hash=%s --encryption=%s\n", results[0].hash, results[0].encryption)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user