From a902e5597c9db37fb77716f0a4e0f9ad9220aca2 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Mon, 4 Oct 2021 09:56:52 -0500 Subject: [PATCH] Updated Speed (markdown) --- Speed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Speed.md b/Speed.md index 88d89b6..7ea2811 100644 --- a/Speed.md +++ b/Speed.md @@ -1,6 +1,6 @@ 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. 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 zsh -lic '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.