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

feat: add ycsb for rocksdb #54

Closed zz-jason closed 5 months ago

zz-jason commented 5 months ago

…cb-rocksdb

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (50991e5) 34.98% compared to head (2fff645) 34.71%.

Files Patch % Lines
source/sync-primitives/HybridGuard.hpp 42.85% 13 Missing and 11 partials :warning:
...urce/storage/buffer-manager/GuardedBufferFrame.hpp 35.71% 4 Missing and 5 partials :warning:
...ce/storage/btree/core/BTreePessimisticIterator.hpp 41.66% 2 Missing and 5 partials :warning:
source/storage/btree/TransactionKV.cpp 0.00% 5 Missing and 1 partial :warning:
source/storage/btree/core/BTreeGeneric.cpp 20.00% 0 Missing and 4 partials :warning:
source/storage/buffer-manager/BufferManager.cpp 0.00% 0 Missing and 3 partials :warning:
source/storage/buffer-manager/BMPlainGuard.hpp 60.00% 2 Missing :warning:
source/storage/buffer-manager/BufferFrame.hpp 0.00% 2 Missing :warning:
source/concurrency-recovery/CRMG.cpp 0.00% 0 Missing and 1 partial :warning:
source/concurrency-recovery/Worker.cpp 50.00% 0 Missing and 1 partial :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #54 +/- ## ========================================== - Coverage 34.98% 34.71% -0.28% ========================================== Files 88 88 Lines 7780 7806 +26 Branches 3812 3871 +59 ========================================== - Hits 2722 2710 -12 - Misses 3323 3330 +7 - Partials 1735 1766 +31 ```

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