-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(core): run parallel based on the number of cpu cores #30543
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
View your CI Pipeline Execution ↗ for commit c3b6801.
☁️ Nx Cloud last updated this comment at |
Hey @ianzone thanks for the PR!
Here are some links to jest & vitest: |
|
sure, I get it. But it's still a guess that will affect everyone and if the price is a couple of extra characters.... let's stick with the same default for now |
ok |
updated |
Looks good! Can you add a test to |
tests added |
BREAKING CHANGE: default to half of the cpu cores
Hi, could you merge this? |
BREAKING CHANGE: default parallel changed from 3 to half of the cpu cores
Current Behavior
can not specify parallel based on the number of cpu cores.
Expected Behavior
--parallel 0.5
means half of the cpu cores.--parallel 3
means exact tasks to run in parallel.Related Issue(s)
#30238