We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi @kyhau this is a intriguing solution i have a question Why did you use "curl"? Even the python http library can implement an http response
The text was updated successfully, but these errors were encountered:
Hi @changhyuni,
The code aims to get those out of the box performance metrics from the curl command. See README and/or Cheat Sheet on Curl Performance Metrics: how to benchmark server latency with curl.
curl
Does the python http library come with these performance metrics by default? I forgot if I checked that before - it was awhile back.
Cheers.
Sorry, something went wrong.
kyhau
No branches or pull requests
hi @kyhau
this is a intriguing solution i have a question
Why did you use "curl"?
Even the python http library can implement an http response
The text was updated successfully, but these errors were encountered: