Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest: local detect problem and solution / Windows timer_start bootup delay fix #717

Open
tsuyoshicho opened this issue Feb 5, 2020 · 0 comments
Assignees

Comments

@tsuyoshicho
Copy link
Contributor

Currently, I tried GitHub Actions CI flow in PR #701 .

Just now fix in Windows performance base problem (root cause same as #716 I think)
Windows timer_start() delay bootup vs. other system.

In slack via https://vim-jp.slack.com/archives/CLKR04BEF/p1580701871018800

let g:start = reltime() | call timer_start(0, {-> execute("echom reltimestr(reltime(g:start))", "")})
Windows GUI: 6ms
Windows CUI: 0.8ms
WSL GUI: 5ms
WSL CUI: 0.1ms

I've temporarily fix
tsuyoshicho@3ada77e

This fix is correct? , and/or if it is needed importing to vita.vim master?.
(I care if I misunderstand my test intent and destroy it.)

see also
aac5a0c

@tsuyoshicho tsuyoshicho self-assigned this Feb 5, 2020
@tsuyoshicho tsuyoshicho changed the title Suggest: local detect problem and solution? Suggest: local detect problem and solution / Windows timer_start bootup delay fix Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant