summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-03-07 03:18:42 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-03-07 03:18:42 +0300
commitd1a1bf632580d2d4923c52a6508e5e11b7f1f344 (patch)
tree6751dbea75568006d792faa1f5afd824ac18d46f /README.md
parent73e20123a758d28fd3e2bd22622690077d673918 (diff)
update wsl benchmarks
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 12 insertions, 24 deletions
diff --git a/README.md b/README.md
index 7a63325e..2e86b83d 100644
--- a/README.md
+++ b/README.md
@@ -183,30 +183,18 @@ POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND=black
function custom_rprompt() echo -E "hello world"
```
-Here's the same benchmark for Windows Subsystem for Linux (WSL) with
-zsh running in the standard Command Prompt (`cmd.exe`).
-
-
-| Theme | / | ~/testrepo | ~/nerd-fonts | ~/linux |
-|----------------------------------|----------:|-----------:|-------------:|------------:|
-| powerlevel9k/master | 313 ms | 531 ms | 693 ms | 5898 ms |
-| powerlevel9k/next | 119 ms | 278 ms | 442 ms | 5710 ms |
-| powerlevel10k | 66 ms | 237 ms | 399 ms | 5569 ms |
-| **powerlevel10k with gitstatus** | **22 ms** | **30 ms** | **30 ms** | **5098 ms** |
-| naked zsh | 16 ms | 16 ms | 16 ms | 16 ms |
-
-Here Powerlevel10k with [gitstatus](https://github.com/romkatv/gitstatus) has even bigger
-advantage over Powerlevel9k and manages to render prompt with low latency.
-
-However, every theme failed miserably on the humongous Linux kernel repo, showing prompt latency
-over 5 seconds. This might be related to some sort of system cache that can fit indices of
-smaller repos but not of Linux kernel. To work around this problem, you can instruct
-[gitstatus](https://github.com/romkatv/gitstatus) to not scan dirty files on repos with over 4k
-files in the index (see `GITSTATUS_DIRTY_MAX_INDEX_SIZE` in
-[gitstatus docs](https://github.com/romkatv/gitstatus)). Linux kernel is the only repo in these
-benchmarks that is over this threshold. Its prompt latency goes down to 32 ms but the prompt no
-longer shows whether there are dirty (unstaged or untracked) files. It does helpfully indicate
-with the color that there _might_ be such files.
+Here's the same benchmark for Windows Subsystem for Linux (WSL) with zsh running in the standard
+Command Prompt (`cmd.exe`).
+
+
+| Theme | / | ~/nerd-fonts |
+|---------------------|----------:|-------------:|
+| powerlevel9k/master | 313 ms | 693 ms |
+| powerlevel9k/next | 119 ms | 442 ms |
+| **powerlevel10k** | **16 ms** | **19 ms** |
+| naked zsh | 16 ms | 16 ms |
+
+Once again Powerlevel10k wins hands down.
## What's the catch?