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
Add some harnesses to record roundtrip times from the client and the server as a latency sanity check.
Depending on the level of granularity needed we could:
We should be able to leverage the request context UserData field to do this. A request handler should set the time that the request began and a response handler should set the time that it completed.
Add a callback within the round-tripper itself to record each interaction
The text was updated successfully, but these errors were encountered:
piercefreeman
changed the title
Record rountrip statistics for pages
Record roundtrip statistics for pages
Oct 21, 2022
Add some harnesses to record roundtrip times from the client and the server as a latency sanity check.
Depending on the level of granularity needed we could:
UserData
field to do this. A request handler should set the time that the request began and a response handler should set the time that it completed.The text was updated successfully, but these errors were encountered: