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 io_uring to batch handle clients pending writes to reduce SYSCALL count. #112

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

solve conflicts

efc4fe4
Select commit
Loading
Failed to load commit list.
Open

Use io_uring to batch handle clients pending writes to reduce SYSCALL count. #112

solve conflicts
efc4fe4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2024 in 0s

70.53% (-0.02%) compared to 20d583f

View this Pull Request on Codecov

70.53% (-0.02%) compared to 20d583f

Details

Codecov Report

Attention: Patch coverage is 25.30120% with 62 lines in your changes missing coverage. Please review.

Project coverage is 70.53%. Comparing base (20d583f) to head (efc4fe4).

Files with missing lines Patch % Lines
src/networking.c 30.30% 46 Missing ⚠️
src/io_uring.c 0.00% 12 Missing ⚠️
src/server.c 20.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #112      +/-   ##
============================================
- Coverage     70.54%   70.53%   -0.02%     
============================================
  Files           114      115       +1     
  Lines         61644    61718      +74     
============================================
+ Hits          43488    43530      +42     
- Misses        18156    18188      +32     
Files with missing lines Coverage Δ
src/config.c 78.69% <ø> (ø)
src/server.h 100.00% <ø> (ø)
src/server.c 88.49% <20.00%> (-0.11%) ⬇️
src/io_uring.c 0.00% <0.00%> (ø)
src/networking.c 86.78% <30.30%> (-1.70%) ⬇️

... and 10 files with indirect coverage changes