Use MSG_ZEROCOPY for plaintext replication traffic #1543
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 |
Loading