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

chore: refactor units #62

Closed zz-jason closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 36.07%. Comparing base (43a88d8) to head (ef844e3).

Files Patch % Lines
source/storage/btree/Tuple.cpp 0.00% 60 Missing :warning:
source/storage/btree/core/BTreeNode.cpp 54.28% 19 Missing and 13 partials :warning:
source/storage/btree/core/BTreeGeneric.cpp 30.00% 19 Missing and 2 partials :warning:
source/concurrency-recovery/GroupCommitter.cpp 47.22% 12 Missing and 7 partials :warning:
source/storage/btree/Tuple.hpp 25.00% 15 Missing :warning:
source/storage/buffer-manager/BufferManager.cpp 53.57% 7 Missing and 6 partials :warning:
source/LeanStore.cpp 31.25% 11 Missing :warning:
source/storage/buffer-manager/AsyncWriteBuffer.cpp 15.38% 7 Missing and 4 partials :warning:
...rce/storage/buffer-manager/BufferFrameProvider.hpp 0.00% 9 Missing and 1 partial :warning:
source/storage/btree/TransactionKV.cpp 30.76% 6 Missing and 3 partials :warning:
... and 33 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #62 +/- ## ========================================== + Coverage 35.98% 36.07% +0.09% ========================================== Files 88 86 -2 Lines 8039 7999 -40 Branches 3952 3928 -24 ========================================== - Hits 2893 2886 -7 + Misses 3292 3266 -26 + Partials 1854 1847 -7 ```

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