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
20 stars 2 forks source link

chore: tiny refactor #36

Closed zz-jason closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (2f81e26) 35.71% compared to head (c0157ba) 36.03%.

Files Patch % Lines
source/storage/btree/core/BTreeGeneric.cpp 7.31% 34 Missing and 4 partials :warning:
source/storage/btree/BTreeLL.cpp 3.57% 27 Missing :warning:
source/sync-primitives/HybridGuard.hpp 63.82% 7 Missing and 10 partials :warning:
source/concurrency-recovery/ConcurrencyControl.cpp 40.00% 10 Missing and 5 partials :warning:
source/concurrency-recovery/Logging.cpp 50.00% 4 Missing and 5 partials :warning:
...ce/storage/btree/core/BTreePessimisticIterator.hpp 43.75% 1 Missing and 8 partials :warning:
source/Config.cpp 0.00% 6 Missing :warning:
source/storage/btree/core/BTreeGeneric.hpp 45.45% 3 Missing and 3 partials :warning:
...urce/storage/buffer-manager/GuardedBufferFrame.hpp 72.22% 4 Missing and 1 partial :warning:
source/concurrency-recovery/CRMG.cpp 33.33% 0 Missing and 4 partials :warning:
... and 9 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #36 +/- ## ========================================== + Coverage 35.71% 36.03% +0.32% ========================================== Files 84 84 Lines 7496 7451 -45 Branches 3090 3060 -30 ========================================== + Hits 2677 2685 +8 + Misses 3521 3470 -51 + Partials 1298 1296 -2 ```

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