Benchmark: Remove superfluous = in printout (#1043)

This commit is contained in:
Josef Vogt
2021-05-01 20:20:50 +02:00
committed by GitHub
parent 1a7a016dfa
commit a56e099f2a

View File

@@ -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
}