This program allows to compare the performance of different POSIX shells (e.g. sh, bash, dash, ksh, zsh, ...). A number of sample scripts are included and can be easily extended to cover more areas.
7 lines
280 B
Text
7 lines
280 B
Text
Shellbench is a benchmark utility for POSIX shell comparison.
|
|
|
|
It allows to compare the performance of shell commands and operations
|
|
and comes with a set of sample scripts. Supported shells are sh, bash,
|
|
dash, ksh, zsh and many more.
|
|
|
|
WWW: https://github.com/shellspec/shellbench
|