Created
August 24, 2017 05:52
-
-
Save smithbr/d1f905845016a13ce4d6349a2ee66533 to your computer and use it in GitHub Desktop.
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
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