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/patch succeeded Jan 15, 2025 in 0s

66.11% of diff hit (target 55.22%)

View this Pull Request on Codecov

66.11% of diff hit (target 55.22%)

Annotations

Check warning on line 635 in crates/torii/indexer/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/engine.rs#L632-L635

Added lines #L632 - L635 were not covered by tests

Check warning on line 650 in crates/torii/indexer/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/engine.rs#L650

Added line #L650 was not covered by tests

Check warning on line 656 in crates/torii/indexer/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/engine.rs#L652-L656

Added lines #L652 - L656 were not covered by tests

Check warning on line 837 in crates/torii/indexer/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/engine.rs#L837

Added line #L837 was not covered by tests

Check warning on line 902 in crates/torii/indexer/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/engine.rs#L902

Added line #L902 was not covered by tests

Check warning on line 914 in crates/torii/indexer/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/engine.rs#L914

Added line #L914 was not covered by tests

Check warning on line 71 in crates/torii/indexer/src/processors/store_del_record.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/store_del_record.rs#L67-L71

Added lines #L67 - L71 were not covered by tests

Check warning on line 72 in crates/torii/indexer/src/processors/store_set_record.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/store_set_record.rs#L68-L72

Added lines #L68 - L72 were not covered by tests

Check warning on line 71 in crates/torii/indexer/src/processors/store_update_member.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/store_update_member.rs#L64-L71

Added lines #L64 - L71 were not covered by tests

Check warning on line 77 in crates/torii/indexer/src/processors/store_update_member.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/store_update_member.rs#L73-L77

Added lines #L73 - L77 were not covered by tests

Check warning on line 75 in crates/torii/indexer/src/processors/store_update_record.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/indexer/src/processors/store_update_record.rs#L71-L75

Added lines #L71 - L75 were not covered by tests