Allow benchmarking of zsh
This commit is contained in:
parent
684ea21fa1
commit
2ba9571efa
2 changed files with 7 additions and 0 deletions
|
@ -76,3 +76,9 @@ function test-rails {
|
|||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
function zsh-time {
|
||||
for i in $(seq 1 10); do
|
||||
time zsh -i -c exit
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue