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: refactor performance counters #52

Closed zz-jason closed 4 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (50991e5) 34.98% compared to head (4a92521) 34.95%.

:exclamation: Current head 4a92521 differs from pull request most recent head be67463. Consider uploading reports for the commit be67463 to get more accurate results

Files Patch % Lines
source/telemetry/MetricsManager.hpp 0.00% 22 Missing :warning:
source/profiling/tables/DTTable.cpp 0.00% 18 Missing :warning:
source/storage/btree/TransactionKV.cpp 10.00% 7 Missing and 11 partials :warning:
source/concurrency-recovery/ConcurrencyControl.cpp 0.00% 0 Missing and 10 partials :warning:
source/storage/btree/core/BTreeGeneric.cpp 0.00% 6 Missing and 4 partials :warning:
...ce/storage/btree/core/BTreePessimisticIterator.hpp 0.00% 2 Missing and 7 partials :warning:
...rce/storage/buffer-manager/BufferFrameProvider.hpp 0.00% 9 Missing :warning:
source/profiling/tables/CRTable.cpp 0.00% 8 Missing :warning:
source/storage/btree/BasicKV.cpp 0.00% 7 Missing :warning:
source/concurrency-recovery/Worker.cpp 0.00% 0 Missing and 6 partials :warning:
... and 15 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #52 +/- ## ========================================== - Coverage 34.98% 34.95% -0.04% ========================================== Files 88 89 +1 Lines 7780 7776 -4 Branches 3812 3805 -7 ========================================== - Hits 2722 2718 -4 - Misses 3323 3324 +1 + Partials 1735 1734 -1 ```

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