enhancementhelp wanted
Repository metrics
- Stars
- (30,564 stars)
- PR merge metrics
- (Avg merge 11d 15h) (47 merged PRs in 30d)
Description
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