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
It would be nice if ghz could output incremental statistics, e.g. "current QPS, current latency distributions, etc." every N seconds during a test run. Similar to what k6 does.
Use Case: start a long running load test, then run some expensive operations against the system to see how they affect the steady-state latency.
I'd even be happy if there was a mechanism to "subscribe" to incremental statistics when using the runner as a library, e.g. stream them to a channel or something.
The text was updated successfully, but these errors were encountered:
It would be nice if ghz could output incremental statistics, e.g. "current QPS, current latency distributions, etc." every N seconds during a test run. Similar to what k6 does.
Use Case: start a long running load test, then run some expensive operations against the system to see how they affect the steady-state latency.
I'd even be happy if there was a mechanism to "subscribe" to incremental statistics when using the runner as a library, e.g. stream them to a channel or something.
The text was updated successfully, but these errors were encountered: