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 worker #48

Closed zz-jason closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (1f721a0) 35.07% compared to head (d476235) 35.12%.

Files Patch % Lines
source/concurrency-recovery/ConcurrencyControl.cpp 28.57% 0 Missing and 15 partials :warning:
source/concurrency-recovery/ConcurrencyControl.hpp 50.00% 2 Missing and 7 partials :warning:
source/storage/btree/Tuple.cpp 0.00% 4 Missing :warning:
source/concurrency-recovery/Worker.cpp 66.66% 0 Missing and 3 partials :warning:
source/storage/btree/ChainedTuple.hpp 50.00% 2 Missing and 1 partial :warning:
source/concurrency-recovery/CRMG.cpp 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #48 +/- ## ========================================== + Coverage 35.07% 35.12% +0.04% ========================================== Files 86 86 Lines 7729 7744 +15 Branches 3800 3804 +4 ========================================== + Hits 2711 2720 +9 - Misses 3277 3281 +4 - Partials 1741 1743 +2 ```

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