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(block-util): use rayon for get_entry_by_id #611

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

feat(block-util): use `rayon` for `get_entry_by_id`

8a32366
Select commit
Loading
Failed to load commit list.
Open

feat(block-util): use rayon for get_entry_by_id #611

feat(block-util): use `rayon` for `get_entry_by_id`
8a32366
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 27, 2025 in 0s

45.59% (-0.03%) compared to 604bbc3

View this Pull Request on Codecov

45.59% (-0.03%) compared to 604bbc3

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 3 lines in your changes missing coverage. Please review.

Project coverage is 45.59%. Comparing base (604bbc3) to head (8a32366).

Files with missing lines Patch % Lines
...ore/src/block_strider/provider/archive_provider.rs 0.00% 2 Missing ⚠️
block-util/src/archive/mod.rs 96.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #611      +/-   ##
==========================================
- Coverage   45.61%   45.59%   -0.03%     
==========================================
  Files         278      278              
  Lines       52377    52396      +19     
  Branches    52377    52396      +19     
==========================================
- Hits        23893    23888       -5     
- Misses      27266    27289      +23     
- Partials     1218     1219       +1     

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