Divide out by n to see how long each individual boot takes

This commit is contained in:
Tony Garnock-Jones 2014-07-18 20:41:55 -07:00
parent 0795466fe4
commit d4fd26b9a6
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@
secs/msg
msgs/sec
boot-delay-ms
secs/process-booted
roundtrip-count
run-duration-ms)))
;; Warmup
@ -98,5 +99,6 @@
(/ 1.0 v)
v
boot-delay-ms
(/ (/ boot-delay-ms 1000.0) n)
count
t))))