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: unify access with AIO #77

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 37.34%. Comparing base (b813323) to head (6ab0681).

Files Patch % Lines
src/buffer-manager/BufferManager.cpp 25.80% 10 Missing and 13 partials :warning:
src/utils/AsyncIo.hpp 62.22% 5 Missing and 12 partials :warning:
src/concurrency/GroupCommitter.cpp 21.05% 7 Missing and 8 partials :warning:
src/buffer-manager/AsyncWriteBuffer.cpp 27.27% 3 Missing and 5 partials :warning:
src/concurrency/GroupCommitter.hpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #77 +/- ## ========================================== + Coverage 37.21% 37.34% +0.13% ========================================== Files 90 91 +1 Lines 7892 7899 +7 Branches 3818 3817 -1 ========================================== + Hits 2937 2950 +13 + Misses 3097 3086 -11 - Partials 1858 1863 +5 ```

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