Skip to content

Record total elapsed time for auth loop

Duncan Macleod requested to merge record-auth-elapsed into main

This PR suggests an idea to record the total elapsed time for an auth loop as the elapsed record for the final request. This is sort of terrible because it includes the time for other requests.

Ideally requests (the library) would preserve the history propagated by requests_ecp so that the true total would just be the sum of all of the requests.

Merge request reports