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

Improve multithreaded performance with memory prefetching #861

Merged
merged 7 commits into from
Aug 27, 2024

Update src/networking.c

ebbbed1
Select commit
Loading
Failed to load commit list.
Merged

Improve multithreaded performance with memory prefetching #861

Update src/networking.c
ebbbed1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 26, 2024 in 0s

70.27% (-0.09%) compared to 1d18842

View this Pull Request on Codecov

70.27% (-0.09%) compared to 1d18842

Details

Codecov Report

Attention: Patch coverage is 4.46927% with 171 lines in your changes missing coverage. Please review.

Project coverage is 70.27%. Comparing base (1d18842) to head (ebbbed1).
Report is 49 commits behind head on unstable.

Files Patch % Lines
src/memory_prefetch.c 2.45% 159 Missing ⚠️
src/networking.c 15.38% 11 Missing ⚠️
src/io_threads.c 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #861      +/-   ##
============================================
- Coverage     70.35%   70.27%   -0.09%     
============================================
  Files           112      113       +1     
  Lines         61467    61711     +244     
============================================
+ Hits          43245    43365     +120     
- Misses        18222    18346     +124     
Files Coverage Δ
src/config.c 78.69% <ø> (ø)
src/dict.c 97.54% <100.00%> (+0.25%) ⬆️
src/kvstore.c 96.17% <100.00%> (ø)
src/server.c 88.57% <ø> (+<0.01%) ⬆️
src/server.h 100.00% <ø> (ø)
src/io_threads.c 7.87% <0.00%> (-0.04%) ⬇️
src/networking.c 88.42% <15.38%> (-0.30%) ⬇️
src/memory_prefetch.c 2.45% <2.45%> (ø)

... and 25 files with indirect coverage changes