Skip to content

Instantly share code, notes, and snippets.

@smithbr
Created August 24, 2017 05:52
Show Gist options
  • Save smithbr/d1f905845016a13ce4d6349a2ee66533 to your computer and use it in GitHub Desktop.
Save smithbr/d1f905845016a13ce4d6349a2ee66533 to your computer and use it in GitHub Desktop.
for i in {1..10};do curl -s -w "%{time_total}\n" -o /dev/null https://www.google.com/; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment