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

feat: use thread pool #554

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

feat: use thread pool #554

wants to merge 15 commits into from

Conversation

oraluben
Copy link
Contributor

@oraluben oraluben commented Mar 7, 2025

Use multithread to run IO-bounded jobs (e.g. shell command) concurrently.

Part of #545

TODO:

  • cli argument
  • doc
  • test
  • test time

@oraluben oraluben force-pushed the pool branch 2 times, most recently from 7d8abfd to b3599aa Compare March 7, 2025 13:54
Copy link

codecov bot commented Mar 7, 2025

Codecov Report

Attention: Patch coverage is 80.00000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 91.65%. Comparing base (b01e842) to head (0cfd268).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/auditwheel/pool.py 67.85% 5 Missing and 4 partials ⚠️
src/auditwheel/repair.py 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #554      +/-   ##
==========================================
- Coverage   92.07%   91.65%   -0.43%     
==========================================
  Files          22       23       +1     
  Lines        1553     1593      +40     
  Branches      285      292       +7     
==========================================
+ Hits         1430     1460      +30     
- Misses         74       79       +5     
- Partials       49       54       +5     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Successfully merging this pull request may close these issues.

1 participant