mirror of https://github.com/etcd-io/dbtester.git
control: stdout the error count
This commit is contained in:
parent
8b08d89b4e
commit
0df9741855
|
|
@ -119,10 +119,9 @@ func (r *report) print() {
|
|||
r.printSecondSample()
|
||||
}
|
||||
|
||||
fmt.Println("ERROR COUNT:", len(r.errorDist))
|
||||
if len(r.errorDist) > 0 {
|
||||
r.printErrors()
|
||||
} else {
|
||||
plog.Println("no error in benchmarks")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue