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

feat: use store options to create leanstore #51

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (07ee6da) 35.29% compared to head (c580284) 35.00%.

Files Patch % Lines
source/TxWorkerImpl.hpp 0.00% 68 Missing :warning:
source/storage/buffer-manager/AsyncWriteBuffer.cpp 22.72% 12 Missing and 5 partials :warning:
source/storage/buffer-manager/BufferManager.cpp 47.05% 3 Missing and 6 partials :warning:
source/concurrency-recovery/CRMG.cpp 58.33% 0 Missing and 5 partials :warning:
include/shared-headers/Units.hpp 42.85% 1 Missing and 3 partials :warning:
source/concurrency-recovery/GroupCommitter.hpp 0.00% 0 Missing and 4 partials :warning:
source/LeanStore.cpp 25.00% 3 Missing :warning:
...rce/storage/buffer-manager/BufferFrameProvider.hpp 0.00% 2 Missing and 1 partial :warning:
source/concurrency-recovery/ConcurrencyControl.cpp 33.33% 0 Missing and 2 partials :warning:
source/concurrency-recovery/GroupCommitter.cpp 0.00% 0 Missing and 2 partials :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #51 +/- ## ========================================== - Coverage 35.29% 35.00% -0.30% ========================================== Files 86 88 +2 Lines 7712 7788 +76 Branches 3785 3815 +30 ========================================== + Hits 2722 2726 +4 - Misses 3256 3328 +72 Partials 1734 1734 ```

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