Skip to content

Commit

Permalink
fix size turn
Browse files Browse the repository at this point in the history
  • Loading branch information
c1982 committed Oct 12, 2018
1 parent 754136a commit 90fa099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ func printResults(balanced bool, startTime, endtime time.Time) {

fmt.Printf(metricTemplate,
metric.TotalCnt,
size,
metric.ErrorCnt,
size,
startTime,
endtime,
endtime.Sub(startTime))
Expand Down

0 comments on commit 90fa099

Please sign in to comment.