zz-jason / leanstore

LeanStore is a larger-than-memory database, optimized for NVMe SSD and multi-core CPU, achieves performance close to in-memory systems without having to keep all data in memory.
MIT License
9 stars 0 forks source link

chore: refactor worker threads #46

Closed zz-jason closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: 72 lines in your changes are missing coverage. Please review.

Comparison is base (afd1e96) 35.86% compared to head (fc676b5) 35.08%.

Files Patch % Lines
source/concurrency-recovery/WorkerThread.hpp 52.38% 1 Missing and 19 partials :warning:
source/LeanStore.cpp 39.13% 7 Missing and 7 partials :warning:
source/concurrency-recovery/CRMG.cpp 17.64% 0 Missing and 14 partials :warning:
source/storage/buffer-manager/BufferManager.cpp 44.44% 4 Missing and 6 partials :warning:
source/utils/Error.hpp 0.00% 4 Missing :warning:
source/storage/btree/core/BTreeGeneric.cpp 0.00% 0 Missing and 3 partials :warning:
source/utils/JumpMU.cpp 25.00% 0 Missing and 3 partials :warning:
source/utils/UserThread.hpp 50.00% 0 Missing and 2 partials :warning:
...rce/storage/buffer-manager/BufferFrameProvider.hpp 66.66% 0 Missing and 1 partial :warning:
...urce/storage/buffer-manager/GuardedBufferFrame.hpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #46 +/- ## ========================================== - Coverage 35.86% 35.08% -0.78% ========================================== Files 86 86 Lines 7716 7718 +2 Branches 3691 3792 +101 ========================================== - Hits 2767 2708 -59 - Misses 3240 3268 +28 - Partials 1709 1742 +33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.