update startup speed results in README
This commit is contained in:
parent
694f79a0b8
commit
f0897a81a0
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -17,16 +17,16 @@ thought they are necessary.
|
||||||
|
|
||||||
## Speed
|
## Speed
|
||||||
|
|
||||||
Output from lazy.nvim:
|
Output from lazy.nvim profiling (`:Lazy`, then `P`):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Startuptime: 25.27ms
|
Startuptime: 33.68ms
|
||||||
|
|
||||||
Based on the actual CPU time of the Neovim process till UIEnter.
|
Based on the actual CPU time of the Neovim process till UIEnter.
|
||||||
This is more accurate than `nvim --startuptime`.
|
This is more accurate than `nvim --startuptime`.
|
||||||
LazyStart 10.62ms
|
LazyStart 10.87ms
|
||||||
LazyDone 22.66ms (+12.04ms)
|
LazyDone 31.22ms (+20.35ms)
|
||||||
UIEnter 25.27ms (+2.61ms)
|
UIEnter 33.68ms (+2.45ms)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue