Skip to content

Instantly share code, notes, and snippets.

@ibLeDy
Created February 23, 2020 00:21
Show Gist options
  • Save ibLeDy/7525d2478f2d5a9e5f50137de1ea9910 to your computer and use it in GitHub Desktop.
Save ibLeDy/7525d2478f2d5a9e5f50137de1ea9910 to your computer and use it in GitHub Desktop.
Shell startup time benchmark
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