Skip to content

Instantly share code, notes, and snippets.

@ricardomaia
Last active May 18, 2020 23:33
Show Gist options
  • Save ricardomaia/f241008dda8c82e3b23696e3c66cd75a to your computer and use it in GitHub Desktop.
Save ricardomaia/f241008dda8c82e3b23696e3c66cd75a to your computer and use it in GitHub Desktop.
Measuring script execution time
$ curl https://downloads.wordpress.org/theme/customizr.4.1.44.zip -o customizr.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7262k 100 7262k 0 0 2791k 0 0:00:02 0:00:02 --:--:-- 4138k
$ time unzip customizr.zip
real 0m2.727s
user 0m0.296s
sys 0m0.339s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment