-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Hi,
I used the following command to send num_requests = {1,10,20,40,....} using a single worker
./hey_linux_amd64 -n $num_requests -c 1 -m POST -H 'Content-Type: application/json' -t 0 -D $test_file $endpoint
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.
Metadata
Metadata
Assignees
Labels
No labels