Last active
May 18, 2020 23:33
-
-
Save ricardomaia/f241008dda8c82e3b23696e3c66cd75a to your computer and use it in GitHub Desktop.
Measuring script execution time
This file contains hidden or 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
$ 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