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

[PM-6107] Use rayon to multithread encryption/decryption #215

Merged
merged 1 commit into from
Feb 8, 2024

Use rayon to multithread encryption/decryption

e515bc5
Select commit
Loading
Failed to load commit list.
Merged

[PM-6107] Use rayon to multithread encryption/decryption #215

Use rayon to multithread encryption/decryption
e515bc5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 0s

57.72% (-0.05%) compared to 714c2d4

View this Pull Request on Codecov

57.72% (-0.05%) compared to 714c2d4

Details

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (714c2d4) 57.76% compared to head (e515bc5) 57.72%.
Report is 1 commits behind head on main.

Files Patch % Lines
crates/bitwarden-crypto/src/encryptable.rs 0.00% 8 Missing ⚠️
...rates/bitwarden-crypto/src/keys/key_encryptable.rs 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #215      +/-   ##
==========================================
- Coverage   57.76%   57.72%   -0.05%     
==========================================
  Files         168      168              
  Lines        9912     9920       +8     
==========================================
  Hits         5726     5726              
- Misses       4186     4194       +8     

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