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

Set --jobs default to min(20, CPU cores) #133

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Set --jobs default to min(20, CPU cores) #133

merged 1 commit into from
Jan 15, 2025

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Jan 15, 2025

Closes #132.

@jwodder jwodder added the CLI Relating to the command-line interface label Jan 15, 2025
@jwodder jwodder merged commit c8b8b18 into main Jan 15, 2025
11 checks passed
@jwodder jwodder deleted the gh-132 branch January 15, 2025 16:04
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 59.77%. Comparing base (2d9e853) to head (542a38e).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/main.rs 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
- Coverage   59.95%   59.77%   -0.18%     
==========================================
  Files          19       19              
  Lines        2412     2419       +7     
==========================================
  Hits         1446     1446              
- Misses        966      973       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Relating to the command-line interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set default --jobs value to number of CPU cores
1 participant