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

Use MSG_ZEROCOPY for plaintext replication traffic #1543

Open
wants to merge 24 commits into
base: unstable
Choose a base branch
from

Apply clang-format

89e614e
Select commit
Loading
Failed to load commit list.
Open

Use MSG_ZEROCOPY for plaintext replication traffic #1543

Apply clang-format
89e614e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 13, 2025 in 1s

70.88% (+0.11%) compared to e60990e

View this Pull Request on Codecov

70.88% (+0.11%) compared to e60990e

Details

Codecov Report

Attention: Patch coverage is 91.10169% with 21 lines in your changes missing coverage. Please review.

Project coverage is 70.88%. Comparing base (e60990e) to head (89e614e).
Report is 7 commits behind head on unstable.

Files with missing lines Patch % Lines
src/zerocopy.c 90.83% 11 Missing ⚠️
src/ae.c 91.42% 3 Missing ⚠️
src/config.c 0.00% 3 Missing ⚠️
src/anet.c 50.00% 2 Missing ⚠️
src/networking.c 97.05% 1 Missing ⚠️
src/socket.c 94.44% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1543      +/-   ##
============================================
+ Coverage     70.77%   70.88%   +0.11%     
============================================
  Files           120      121       +1     
  Lines         65005    65274     +269     
============================================
+ Hits          46005    46268     +263     
- Misses        19000    19006       +6     
Files with missing lines Coverage Δ
src/ae_epoll.c 85.71% <100.00%> (+0.42%) ⬆️
src/connection.h 88.29% <100.00%> (+0.79%) ⬆️
src/debug.c 52.38% <100.00%> (+0.25%) ⬆️
src/object.c 82.18% <100.00%> (+0.03%) ⬆️
src/server.c 87.60% <100.00%> (+0.01%) ⬆️
src/server.h 100.00% <ø> (ø)
src/networking.c 88.57% <97.05%> (+0.09%) ⬆️
src/socket.c 91.83% <94.44%> (+0.21%) ⬆️
src/anet.c 72.96% <50.00%> (-0.28%) ⬇️
src/ae.c 79.50% <91.42%> (+1.85%) ⬆️
... and 2 more

... and 12 files with indirect coverage changes