You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain situations, it may be useful to have a measurement of how much time k6 spent in sleep() calls. This should probably be done after we have implemented #570 and it likely should be disabled by default, to avoid excessive metric spam. Even then, it may be more useful as a per-iteration or per-group metric (like iteration_duration or group_duration) instead of being emitted by each sleep() call.
The text was updated successfully, but these errors were encountered:
In certain situations, it may be useful to have a measurement of how much time k6 spent in
sleep()
calls. This should probably be done after we have implemented #570 and it likely should be disabled by default, to avoid excessive metric spam. Even then, it may be more useful as a per-iteration or per-group metric (likeiteration_duration
orgroup_duration
) instead of being emitted by eachsleep()
call.The text was updated successfully, but these errors were encountered: