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: remove static variables in logging and leanstore #49

Closed zz-jason closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (7f547a9) 35.09% compared to head (6b421b3) 35.19%.

Files Patch % Lines
source/concurrency-recovery/ConcurrencyControl.hpp 0.00% 0 Missing and 2 partials :warning:
source/storage/buffer-manager/BufferManager.cpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #49 +/- ## ========================================== + Coverage 35.09% 35.19% +0.09% ========================================== Files 86 86 Lines 7744 7720 -24 Branches 3804 3791 -13 ========================================== - Hits 2718 2717 -1 + Misses 3282 3263 -19 + Partials 1744 1740 -4 ```

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