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
26 stars 2 forks source link

chore: refactor AsyncWriteBuffer and add tests #71

Closed zz-jason closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 37.11%. Comparing base (7253e4a) to head (c15118c).

Files Patch % Lines
src/buffer-manager/BufferFrameProvider.hpp 0.00% 36 Missing :warning:
src/buffer-manager/AsyncWriteBuffer.cpp 44.64% 13 Missing and 18 partials :warning:
src/utils/Error.hpp 0.00% 17 Missing :warning:
src/LeanStore.cpp 0.00% 4 Missing :warning:
include/leanstore/Exceptions.hpp 0.00% 1 Missing :warning:
src/buffer-manager/AsyncWriteBuffer.hpp 91.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #71 +/- ## ========================================== + Coverage 36.87% 37.11% +0.23% ========================================== Files 88 88 Lines 7872 7906 +34 Branches 3843 3860 +17 ========================================== + Hits 2903 2934 +31 + Misses 3110 3099 -11 - Partials 1859 1873 +14 ```

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