DAS: add ratio to stats
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
a05c0f8b0c
commit
7b5e9d1270
|
@ -173,7 +173,7 @@ when isMainModule:
|
|||
debug "sampleStats", pass, cnt = passcount, time
|
||||
else:
|
||||
error "This should not happen!"
|
||||
info "sampleStats", passed, total = samplings.len
|
||||
info "sampleStats", passed, total = samplings.len, ratio = passed/samplings.len
|
||||
|
||||
waitfor main()
|
||||
|
||||
|
|
Loading…
Reference in New Issue