Skip to content

rebase

92d9540
Select commit
Loading
Failed to load commit list.
Merged

[parallel] Introduce data parallelism abstraction #2621

rebase
92d9540
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2026 in 0s

92.87% (+0.05%) compared to 40c036c

View this Pull Request on Codecov

92.87% (+0.05%) compared to 40c036c

Details

Codecov Report

❌ Patch coverage is 96.58444% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.87%. Comparing base (40c036c) to head (92d9540).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
parallel/src/lib.rs 92.96% 9 Missing ⚠️
runtime/src/lib.rs 86.95% 3 Missing ⚠️
runtime/src/utils/cell.rs 0.00% 3 Missing ⚠️
consensus/src/simplex/scheme/bls12381_threshold.rs 98.97% 1 Missing ⚠️
cryptography/src/bls12381/scheme.rs 0.00% 1 Missing ⚠️
runtime/src/deterministic.rs 93.33% 1 Missing ⚠️
@@            Coverage Diff             @@
##             main    #2621      +/-   ##
==========================================
+ Coverage   92.82%   92.87%   +0.05%     
==========================================
  Files         361      362       +1     
  Lines      106922   107278     +356     
==========================================
+ Hits        99245    99631     +386     
+ Misses       7677     7647      -30     
Files with missing lines Coverage Δ
coding/src/lib.rs 92.30% <100.00%> (+0.05%) ⬆️
coding/src/no_coding.rs 94.02% <100.00%> (ø)
coding/src/reed_solomon.rs 97.39% <100.00%> (ø)
coding/src/zoda.rs 94.63% <100.00%> (+2.94%) ⬆️
consensus/src/simplex/elector.rs 100.00% <100.00%> (ø)
...tography/src/bls12381/certificate/threshold/mod.rs 99.19% <100.00%> (+<0.01%) ⬆️
cryptography/src/bls12381/dkg.rs 95.28% <100.00%> (+0.01%) ⬆️
cryptography/src/bls12381/primitives/group.rs 91.71% <100.00%> (ø)
cryptography/src/bls12381/primitives/ops/batch.rs 96.98% <100.00%> (+0.05%) ⬆️
cryptography/src/bls12381/primitives/ops/mod.rs 99.03% <100.00%> (+<0.01%) ⬆️
... and 20 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e0d536...92d9540. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.