Closed wohui closed 2 weeks ago
Does Locust support verifying the return time of the first packet? Are there any relevant documents and examples?
https://docs.locust.io/en/stable/writing-a-locustfile.html#validating-responses
Or wait, you were asking about time to first package? Check the docs for python-requests in that case: https://requests.readthedocs.io/en/latest/user/advanced/#timeouts
Prerequisites
Description
Does Locust support verifying the return time of the first packet? Are there any relevant documents and examples?