Add RequestResult.first_byte field for measuring first body byte latency#727
Add RequestResult.first_byte field for measuring first body byte latency#727hatoo merged 1 commit intohatoo:masterfrom
RequestResult.first_byte field for measuring first body byte latency#727Conversation
|
Adding a field to |
Is your concern that the I've used the |
Yes
Gotcha. I agree that collecting |
This adds an optional `first_byte` field which is set when the first byte of the response body is received. This enables collecting data for first byte latency during the tests. There is also a new `first-byte` field added into the CSV output for each request.
|
I've renamed the new field to be |
Looks good. Thank you! |
This adds an optional
first_bytefield which is set when the first byte of the response body is received. This enables collecting data for first byte latency during the tests.There is also a new
first-bytefield added into the CSV output for each request.