I hereby claim:
- I am bogdanbarna on github.
- I am sweetwalnutpasta (https://keybase.io/sweetwalnutpasta) on keybase.
- I have a public key ASDqhNyBwx759T2a-FQOQTDNdtNhGh-dnaGVRdSdWLwpLgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Shamelessly copied from | |
| # https://blog.josephscott.org/2011/10/14/timing-details-with-curl/ | |
| if [[ -n $DEBUG ]]; then set -x; fi | |
| set -euf | |
| curl -w @- -o /dev/null -s "$@" <<'EOF' | |
| time_namelookup: %{time_namelookup}\n | |
| time_connect: %{time_connect}\n |