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: commit files in parallel #12

Merged
merged 4 commits into from
Mar 9, 2024

Conversation

TheCrab13
Copy link
Contributor

Parallelize the commit transaction entries in order to improve performance

Since ThreadPoolExecutor is used, the maximum number of parallel executors will be based on the number of cores/processors

Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.33%. Comparing base (1b817a9) to head (aa8f8ad).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   92.94%   93.33%   +0.38%     
==========================================
  Files          45       45              
  Lines        2693     2699       +6     
==========================================
+ Hits         2503     2519      +16     
+ Misses        190      180      -10     
Flag Coverage Δ
unit 93.33% <100.00%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pdbstore/store/transaction.py 100.00% <100.00%> (+5.80%) ⬆️

... and 1 file with indirect coverage changes

@TheCrab13 TheCrab13 merged commit 88b5084 into main Mar 9, 2024
13 checks passed
@TheCrab13 TheCrab13 deleted the feat/threaded-commit-operations/no-ref branch March 9, 2024 18:00
@TheCrab13 TheCrab13 added the feature New feature or request label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant