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(torii-indexer): parallelize models & event messages #2912

Merged
merged 7 commits into from
Jan 16, 2025

need to use event data

0a73aa6
Select commit
Loading
Failed to load commit list.
Merged

feat(torii-indexer): parallelize models & event messages #2912

need to use event data
0a73aa6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 0s

55.20% (-0.02%) compared to a8af3d6, passed because coverage increased by 0% when compared to adjusted base (55.19%)

View this Pull Request on Codecov

55.20% (-0.02%) compared to a8af3d6, passed because coverage increased by 0% when compared to adjusted base (55.19%)

Details

Codecov Report

Attention: Patch coverage is 66.11570% with 41 lines in your changes missing coverage. Please review.

Project coverage is 55.20%. Comparing base (a8af3d6) to head (0a73aa6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/torii/indexer/src/engine.rs 84.52% 13 Missing ⚠️
...orii/indexer/src/processors/store_update_member.rs 0.00% 13 Missing ⚠️
...s/torii/indexer/src/processors/store_del_record.rs 37.50% 5 Missing ⚠️
...s/torii/indexer/src/processors/store_set_record.rs 37.50% 5 Missing ⚠️
...orii/indexer/src/processors/store_update_record.rs 37.50% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2912      +/-   ##
==========================================
- Coverage   55.22%   55.20%   -0.02%     
==========================================
  Files         449      449              
  Lines       58335    58395      +60     
==========================================
+ Hits        32215    32237      +22     
- Misses      26120    26158      +38     

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