This commit is contained in:
William Banfield
2022-09-06 10:57:12 -04:00
parent 480e0c7f30
commit 2f857e0e03

View File

@@ -74,7 +74,7 @@ func main() {
"\tMinimum Latency: %s\n"+
"\tMaximum Latency: %s\n"+
"\tAverage Latency: %s\n"+
"\tStandard Deviation: %s\n\n", r.ID, r.Connections, r.Rate, r.Size, len(r.All), r.NegativeCount, r.Min, r.Max, r.Avg, r.StdDev)
"\tStandard Deviation: %s\n\n", r.ID, r.Connections, r.Rate, r.Size, len(r.All), r.NegativeCount, r.Min, r.Max, r.Avg, r.StdDev) //nolint:lll
}
fmt.Printf("Total Invalid Tx: %d\n", rs.ErrorCount())