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

opt: mitigate the latency issue by prioritizing asynchronous writes #563

Merged
merged 3 commits into from
Mar 31, 2024

chore: add a few comments

efb0d94
Select commit
Loading
Failed to load commit list.
Merged

opt: mitigate the latency issue by prioritizing asynchronous writes #563

chore: add a few comments
efb0d94
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 30, 2024 in 0s

79.08% (+0.00%) compared to ab69eec

View this Pull Request on Codecov

79.08% (+0.00%) compared to ab69eec

Details

Codecov Report

Attention: Patch coverage is 81.25000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 79.08%. Comparing base (ab69eec) to head (efb0d94).
Report is 2 commits behind head on dev.

Files Patch % Lines
engine_unix.go 60.00% 2 Missing ⚠️
acceptor_unix.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #563   +/-   ##
=======================================
  Coverage   79.08%   79.08%           
=======================================
  Files          25       25           
  Lines        2109     2109           
=======================================
  Hits         1668     1668           
  Misses        305      305           
  Partials      136      136           

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