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

perf: support ycsb for BasicKV #79

Closed zz-jason closed 4 months ago

zz-jason commented 4 months ago

It also refactors the transaction kv and basic kv creation:

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 37.40%. Comparing base (25bf19a) to head (476fbf1).

Files Patch % Lines
src/LeanStore.cpp 33.33% 6 Missing and 8 partials :warning:
src/btree/BasicKV.cpp 9.09% 7 Missing and 3 partials :warning:
src/TxWorkerImpl.hpp 0.00% 3 Missing :warning:
src/btree/TransactionKV.cpp 25.00% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #79 +/- ## ========================================== - Coverage 37.43% 37.40% -0.04% ========================================== Files 91 91 Lines 7925 7927 +2 Branches 3827 3829 +2 ========================================== - Hits 2967 2965 -2 - Misses 3088 3092 +4 Partials 1870 1870 ```

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