We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c855af1 commit e72f5b0Copy full SHA for e72f5b0
stats/csv.go
@@ -62,7 +62,7 @@ func (r *CSV) Report(from []Instance) {
62
clients := from[0].Clients
63
for i := range from[1:] {
64
total.Combine(from[1+i].Total)
65
- clients += from[1+1].Clients
+ clients += from[1+i].Clients
66
}
67
compute := from[0].Hostname
68
if len(from) > 1 {
0 commit comments