-
Notifications
You must be signed in to change notification settings - Fork 283
Stats comparative
DC* edited this page Apr 5, 2017
·
5 revisions
# .zshrc
source /path/to/antigen.zsh
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen apply
:> stats.log; for i in {1..100}; do { time zsh -ic 'exit'} 2&>> stats.log; done
stats.log
will contain raw time
output.
- Time expressed in seconds
- See here for source
Wiki - Bug tracker - Roadmap - Contact - Copyright