Skip to content

Instantly share code, notes, and snippets.

@mattmc3
Created April 15, 2019 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattmc3/0283ae384bb99a28b25df3333da78ff5 to your computer and use it in GitHub Desktop.
Save mattmc3/0283ae384bb99a28b25df3333da78ff5 to your computer and use it in GitHub Desktop.
ZSH - benchmark
#!/usr/bin/env zsh
for i in $(seq 1 10); do
/usr/bin/time zsh -i -c exit
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment