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

Implement GPBFT message compression using zstd #793

Merged
merged 1 commit into from
Dec 13, 2024

Implement GPBFT message compression using zstd

1578660
Select commit
Loading
Failed to load commit list.
Merged

Implement GPBFT message compression using zstd #793

Implement GPBFT message compression using zstd
1578660
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 13, 2024 in 0s

69.31% (-0.33%) compared to 1b17c6c

View this Pull Request on Codecov

69.31% (-0.33%) compared to 1b17c6c

Details

Codecov Report

Attention: Patch coverage is 56.25000% with 28 lines in your changes missing coverage. Please review.

Project coverage is 69.31%. Comparing base (1b17c6c) to head (1578660).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
msg_encoding.go 53.84% 12 Missing and 6 partials ⚠️
host.go 55.00% 5 Missing and 4 partials ⚠️
manifest/manifest.go 80.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #793      +/-   ##
==========================================
- Coverage   69.64%   69.31%   -0.33%     
==========================================
  Files          77       78       +1     
  Lines        7900     7953      +53     
==========================================
+ Hits         5502     5513      +11     
- Misses       1949     1979      +30     
- Partials      449      461      +12     
Files with missing lines Coverage Δ
manifest/manifest.go 53.75% <80.00%> (-0.45%) ⬇️
host.go 65.15% <55.00%> (-2.29%) ⬇️
msg_encoding.go 53.84% <53.84%> (ø)

... and 3 files with indirect coverage changes