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
#!/usr/bin/env zsh | |
for i in $(seq 1 10); do | |
/usr/bin/time zsh -i -c exit | |
done |