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

fix: issues in ycsb large data set test #85

Closed zz-jason closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 38.89%. Comparing base (e02de28) to head (8435356).

Files Patch % Lines
src/buffer-manager/PageEvictor.hpp 35.71% 31 Missing and 5 partials :warning:
src/concurrency/Recovery.cpp 34.61% 12 Missing and 22 partials :warning:
src/LeanStore.cpp 35.55% 0 Missing and 29 partials :warning:
src/buffer-manager/PageEvictor.cpp 3.33% 29 Missing :warning:
src/utils/Log.cpp 40.00% 17 Missing and 10 partials :warning:
src/buffer-manager/BufferManager.cpp 55.55% 7 Missing and 17 partials :warning:
src/utils/Parallelize.cpp 12.50% 13 Missing and 1 partial :warning:
src/btree/core/BTreeGeneric.hpp 0.00% 6 Missing and 2 partials :warning:
src/utils/Log.hpp 14.28% 1 Missing and 5 partials :warning:
src/btree/core/BTreeGeneric.cpp 0.00% 0 Missing and 5 partials :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ========================================== - Coverage 39.07% 38.89% -0.19% ========================================== Files 92 94 +2 Lines 7736 7803 +67 Branches 3546 3586 +40 ========================================== + Hits 3023 3035 +12 - Misses 2946 2988 +42 - Partials 1767 1780 +13 ```

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