Replies: 1 comment
-
multithreading in Python only helps when the CPU load is not 100%. Forking (multiprocessing) would help, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add multithreading to app to make lint tests much faster
Issue Type
Additional Information
I see that ansible-lint use only 1 cpu core. My tests show that cpu core is 100% loaded when use ansible-lint. With 1 core app need 2-3 min to finish linting. With multithreading linting will finish much faster!
TY!
Beta Was this translation helpful? Give feedback.
All reactions