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: specialize WalTxAbort, WalTxFinish, WalCarriageReturn #74

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 37.00%. Comparing base (6b13136) to head (67563cb).

Files Patch % Lines
src/concurrency/Recovery.cpp 32.78% 25 Missing and 16 partials :warning:
src/concurrency/WalEntry.hpp 61.84% 16 Missing and 13 partials :warning:
src/concurrency/Logging.cpp 36.66% 9 Missing and 10 partials :warning:
src/concurrency/Worker.cpp 0.00% 0 Missing and 3 partials :warning:
src/concurrency/LoggingImpl.hpp 33.33% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #74 +/- ## ========================================== - Coverage 37.07% 37.00% -0.08% ========================================== Files 88 88 Lines 7889 7927 +38 Branches 3850 3855 +5 ========================================== + Hits 2925 2933 +8 - Misses 3099 3127 +28 - Partials 1865 1867 +2 ```

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