DAS: add ratio to stats

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-06-12 16:28:48 +02:00
parent a05c0f8b0c
commit 7b5e9d1270
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 1 deletions

View File

@ -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()