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

chore: refactor code structure #63

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 36.45%. Comparing base (273d155) to head (44b1766).

Files Patch % Lines
src/utils/Parallelize.cpp 55.17% 10 Missing and 3 partials :warning:
src/utils/FNVHash.cpp 0.00% 8 Missing :warning:
include/leanstore/KVInterface.hpp 42.85% 1 Missing and 3 partials :warning:
src/utils/ScrambledZipfGenerator.hpp 0.00% 4 Missing :warning:
include/leanstore/Slice.hpp 85.71% 2 Missing and 1 partial :warning:
src/buffer-manager/BufferManager.cpp 0.00% 1 Missing and 2 partials :warning:
src/utils/ScrambledZipfGenerator.cpp 0.00% 3 Missing :warning:
src/utils/ZipfGenerator.cpp 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #63 +/- ## ========================================== + Coverage 36.05% 36.45% +0.39% ========================================== Files 86 85 -1 Lines 7999 7912 -87 Branches 3928 3873 -55 ========================================== Hits 2884 2884 + Misses 3267 3182 -85 + Partials 1848 1846 -2 ```

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