Created
June 28, 2016 22:27
-
-
Save akash1810/76df70956f7fbb5b1d217df1658e75ea to your computer and use it in GitHub Desktop.
timing a curl request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl --write-out %{time_total}\\n --output /dev/null --silent $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment