-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Initialize start time for server #2220
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
Conversation
By initializing start_time_ for server, I hope to measure the time taken to process a request at the end maybe in the set_logger callback and print it. I only see current usage in client with server retaining the inital min value
@hstejas thanks! Could you please add a unit test in |
Done, I have added a new "/custom" endpoint in the test fixture and member variable to store a callback. I think this will make newer tests easier. |
@hstejas almost! Could you please run clang-format to fix the style-check problem on Github Actions workflow? |
Done |
@hstejas thanks for your contribution! |
By initializing start_time_ for server, I hope to measure the time taken to process a request at the end maybe in the set_logger callback and print it.
I only see current usage in client with server retaining the inital min value