update startup speed results in README

This commit is contained in:
Oliver Ladner 2023-11-21 10:39:20 +01:00
commit f0897a81a0

View file

@ -17,16 +17,16 @@ thought they are necessary.
## Speed
Output from lazy.nvim:
Output from lazy.nvim profiling (`:Lazy`, then `P`):
```bash
Startuptime: 25.27ms
Startuptime: 33.68ms
Based on the actual CPU time of the Neovim process till UIEnter.
This is more accurate than `nvim --startuptime`.
LazyStart 10.62ms
LazyDone 22.66ms (+12.04ms)
UIEnter 25.27ms (+2.61ms)
LazyStart 10.87ms
LazyDone 31.22ms (+20.35ms)
UIEnter 33.68ms (+2.45ms)
```
## Plugins