diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-12-23 10:40:12 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-12-23 10:40:12 +0300 |
commit | 83f773caaedf46c6a3fe0adfcee1142ca302cf39 (patch) | |
tree | 865fa82df5232f5cdc9b8f3e3dc6f618f4e16c0c /README.md | |
parent | 356ce68f695ead155263687863a4d61a56731358 (diff) |
doc: remove most content from "is it fast to load" section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -1195,20 +1195,7 @@ prompt latency when using Powerlevel10k, please ### Is Powerlevel10k fast to load? -Yes, provided that you are using Zsh >= 5.4. - -Loading time, or time to first prompt, can be measured with the following benchmark: - -```zsh -time (repeat 1000 zsh -dfis <<< 'source ~/powerlevel10k/powerlevel10k.zsh-theme') -``` - -*Note:* This measures time to first complete prompt. Powerlevel10k can also display a -[limited prompt](#instant-prompt) before the full-featured prompt is ready. - -Running this command with `~/powerlevel10k` as the current directory on the same machine as in the -[prompt benchmark](#is-it-really-fast) takes 29 seconds (29 ms per invocation). This is about 6 -times faster than powerlevel9k/master and 17 times faster than powerlevel9k/next. +Yes. See [zsh-bench](https://github.com/romkatv/zsh-bench). ### What is the relationship between Powerlevel9k and Powerlevel10k? |