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: eliminate the inuse eventloop.cache for idle connections #660

Merged
merged 4 commits into from
Nov 16, 2024

opt: fix the potential memory leaks in pkg/buffer/linkedlist.Buffer

e2b890f
Select commit
Loading
Failed to load commit list.
Merged

opt: eliminate the inuse eventloop.cache for idle connections #660

opt: fix the potential memory leaks in pkg/buffer/linkedlist.Buffer
e2b890f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 16, 2024 in 1s

79.58% (+0.82%) compared to db2fad2

View this Pull Request on Codecov

79.58% (+0.82%) compared to db2fad2

Details

Codecov Report

Attention: Patch coverage is 76.47059% with 8 lines in your changes missing coverage. Please review.

Project coverage is 79.58%. Comparing base (db2fad2) to head (e2b890f).

Files with missing lines Patch % Lines
connection_unix.go 76.47% 4 Missing ⚠️
connection_windows.go 76.47% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #660      +/-   ##
==========================================
+ Coverage   78.75%   79.58%   +0.82%     
==========================================
  Files          21       21              
  Lines        2551     2537      -14     
==========================================
+ Hits         2009     2019      +10     
+ Misses        422      398      -24     
  Partials      120      120              

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