Skip to content

Stats comparative

DC* edited this page Apr 5, 2017 · 5 revisions

Configuration

# .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

Generation script

:> stats.log; for i in {1..100}; do { time zsh -ic 'exit'} 2&>> stats.log; done

stats.log will contain raw time output.

Graphs

Antigen stats

  • Time expressed in seconds
  • See here for source