Skip to content

Commit 90fa099

Browse files
committed
fix size turn
1 parent 754136a commit 90fa099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ func printResults(balanced bool, startTime, endtime time.Time) {
109109

110110
fmt.Printf(metricTemplate,
111111
metric.TotalCnt,
112-
size,
113112
metric.ErrorCnt,
113+
size,
114114
startTime,
115115
endtime,
116116
endtime.Sub(startTime))

0 commit comments

Comments
 (0)