enhancementhelp wanted
Metriche repository
- Star
- (30.564 stelle)
- Metriche merge PR
- (Merge medio 11g 15h) (47 PR mergiate in 30 g)
Descrizione
Currently if a group includes a 10 second sleep we are going to say that the group took 10 seconds, which while correct might not be what the enduser is interested in. I propose that we:
- implement #880
- Have the group know that there was n seconds of sleep in it's current execution - probably through some new methods on lib.Group
- Add new metric
group_sleep? - Choose whether to remove the sleep time from the
group_durationor add another metric that is thegroup_durationwithout thegroup_sleepor the reverse - have thegroup_durationbe without thegroup_sleepbut have anotherfull_group_durationthat includes thegroup_sleep