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
On my service dashboard, I noticed that each test lasted for a fixed interval, approx 10 minutes, during which the latency stayed at a constant level. I'm wondering whether hey persists each test until enough response data is gathered such that the results are statistically meaningful?
If this is the correct understanding, should I wait for at least 10min between tests? Previously, I noticed that sending the tests (using one worker each) more frequently would result in overlapping request blocks on my dashboard, although it didn't seem to affect the latencies returned by hey.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I used the following command to send
num_requests = {1,10,20,40,....}
using a single workerOn my service dashboard, I noticed that each test lasted for a fixed interval, approx 10 minutes, during which the latency stayed at a constant level. I'm wondering whether
hey
persists each test until enough response data is gathered such that the results are statistically meaningful?If this is the correct understanding, should I wait for at least 10min between tests? Previously, I noticed that sending the tests (using one worker each) more frequently would result in overlapping request blocks on my dashboard, although it didn't seem to affect the latencies returned by hey.
Thanks.
The text was updated successfully, but these errors were encountered: