Skip to content

Instantly share code, notes, and snippets.

@akash1810
Created June 28, 2016 22:27
Show Gist options
  • Save akash1810/76df70956f7fbb5b1d217df1658e75ea to your computer and use it in GitHub Desktop.
Save akash1810/76df70956f7fbb5b1d217df1658e75ea to your computer and use it in GitHub Desktop.
timing a curl request
#!/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