Merge pull request #1328 from romkatv/add-zsh-bench

Add zsh-bench
This commit is contained in:
Joe Block 2021-11-01 08:15:49 -06:00 committed by GitHub
commit 8098679424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2015,6 +2015,7 @@ I've documented some recommendations for writing a new plugin [here](https://git
### ZSH Tools
* [ShellSpec](https://github.com/shellspec/shellspec) - A full-featured BDD unit testing framework for dash, bash, ksh, ZSH and all POSIX shells.
* [zsh-bench](https://github.com/romkatv/zsh-bench) - A benchmark for interactive ZSH.
* [zshdb](https://github.com/rocky/zshdb) - A ZSH debugger
* [zunit](https://github.com/zunit-zsh/zunit) - A powerful unit testing framework for ZSH