Skip to content

Instantly share code, notes, and snippets.

@yuya-takeyama
Last active November 3, 2021 16:27
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuya-takeyama/d396e2acef8a0472353ff15d545f9fd0 to your computer and use it in GitHub Desktop.
Save yuya-takeyama/d396e2acef8a0472353ff15d545f9fd0 to your computer and use it in GitHub Desktop.
curlb: Easy benchmarking with curl
#!/bin/sh
curl -s -o /dev/null -w '%{time_starttransfer}\n' "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment