-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add download, upload, ping tests duration #125
Conversation
Thanks! @bluemanos, should we include the time consuming for fetching user infomation and servers? |
@r3inbowari I can add it, no problem. Indeed these operations also are taking some time, not directly in testing the connection, but in preparation for testing. My intention was to just get information on how much time the testing took. |
Hi, @bluemanos, I left some comments, Thank you! |
@r3inbowari where are the comments? I think you start a review, but in the end, did not send them. It happens :D |
Sorry! |
@bluemanos Thank you! |
In this PR I added a ping, download and upload duration. Plus one common function to measure all the things at once (one by one of course).