Created
February 23, 2020 00:21
-
-
Save ibLeDy/7525d2478f2d5a9e5f50137de1ea9910 to your computer and use it in GitHub Desktop.
Shell startup time benchmark
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 $(seq 1 10); do /usr/bin/time $SHELL -i -c exit; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment