enhancementhelp wanted
倉庫指標
- 星標
- (30,564 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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