Updated Speed (markdown)
parent
26cadc2258
commit
6f016a73cd
1 changed files with 1 additions and 3 deletions
4
Speed.md
4
Speed.md
|
@ -1,8 +1,6 @@
|
|||
# Speed
|
||||
|
||||
Speed is extremely important and is something Zim takes pride in. Many users of Zsh frameworks complain of the slowness in gaining an interactive session. Below is a load-time comparison of many popular frameworks.
|
||||
|
||||
The tests were done with almost the exact same modules/plugins on various machines. Each load-time test was run 100 times to get the best possible results. The tests were run with `for i in {1..100}; do time -ic 'exit'; done`. The script that generated these results can be found [here](https://github.com/zimfw/zsh-framework-benchmark).
|
||||
The tests were done with almost the exact same modules/plugins. Each load-time test was run 100 times to get the best possible results. The tests were run with `for i in {1..100}; do time -ic 'exit'; done`. The script that generated these results can be found [here](https://github.com/zimfw/zsh-framework-benchmark).
|
||||
|
||||
The default configurations for each framework are changed only slightly from their default. This is to match feature-parity against the baseline, Zim.
|
||||
|
||||
|
|
Loading…
Reference in a new issue