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

Kqueue multiple pollers #2035

Merged
merged 2 commits into from
Dec 31, 2024

fixes #530 POSIX pollqs should scale horizontally (epoll)

90faa53
Select commit
Loading
Failed to load commit list.
Merged

Kqueue multiple pollers #2035

fixes #530 POSIX pollqs should scale horizontally (epoll)
90faa53
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 31, 2024 in 0s

82.76% (-0.12%) compared to 7f7a819

View this Pull Request on Codecov

82.76% (-0.12%) compared to 7f7a819

Details

Codecov Report

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

Project coverage is 82.76%. Comparing base (7f7a819) to head (90faa53).

Files with missing lines Patch % Lines
src/platform/posix/posix_pollq_epoll.c 67.44% 5 Missing and 9 partials ⚠️
src/platform/posix/posix_pollq_kqueue.c 85.71% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2035      +/-   ##
==========================================
- Coverage   82.88%   82.76%   -0.12%     
==========================================
  Files          95       95              
  Lines       23720    23771      +51     
  Branches     3052     3068      +16     
==========================================
+ Hits        19660    19674      +14     
- Misses       3987     4020      +33     
- Partials       73       77       +4     

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