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: add ycsb benchmark #14

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (a05525d) 26.30% compared to head (6c7d0e7) 24.39%. Report is 3 commits behind head on master.

:exclamation: Current head 6c7d0e7 differs from pull request most recent head 7e50af7. Consider uploading reports for the commit 7e50af7 to get more accurate results

Files Patch % Lines
source/storage/btree/Tuple.cpp 0.00% 52 Missing :warning:
benchmarks/ycsb/ycsb.cpp 0.00% 43 Missing :warning:
benchmarks/shared/LeanStoreAdapter.hpp 0.00% 30 Missing :warning:
benchmarks/shared/Schema.hpp 0.00% 14 Missing :warning:
source/storage/btree/Tuple.hpp 0.00% 5 Missing :warning:
source/KVInterface.hpp 0.00% 4 Missing :warning:
source/storage/btree/BTreeVI.cpp 0.00% 4 Missing :warning:
source/utils/RandomGenerator.hpp 0.00% 3 Missing :warning:
source/LeanStore.hpp 66.66% 1 Missing and 1 partial :warning:
source/storage/btree/BTreeLL.cpp 0.00% 2 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #14 +/- ## ========================================== - Coverage 26.30% 24.39% -1.92% ========================================== Files 84 90 +6 Lines 7439 8005 +566 Branches 3140 3403 +263 ========================================== - Hits 1957 1953 -4 - Misses 4521 5080 +559 - Partials 961 972 +11 ```

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