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

fix: fix performance regression caused by debug log #83

Closed zz-jason closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 39.05%. Comparing base (aa78c45) to head (186bef5).

:exclamation: Current head 186bef5 differs from pull request most recent head a450657. Consider uploading reports for the commit a450657 to get more accurate results

Files Patch % Lines
src/btree/TransactionKV.cpp 5.08% 29 Missing and 27 partials :warning:
src/buffer-manager/BufferFrameProvider.hpp 0.00% 37 Missing :warning:
src/utils/Log.hpp 25.00% 13 Missing and 5 partials :warning:
src/btree/core/BTreeGeneric.cpp 0.00% 7 Missing and 9 partials :warning:
src/sync/HybridGuard.hpp 0.00% 3 Missing and 13 partials :warning:
src/buffer-manager/BufferManager.cpp 0.00% 6 Missing and 9 partials :warning:
src/concurrency/ConcurrencyControl.cpp 0.00% 2 Missing and 13 partials :warning:
src/btree/core/BTreeNode.cpp 12.50% 4 Missing and 10 partials :warning:
...c/btree/core/BTreePessimisticExclusiveIterator.hpp 0.00% 5 Missing and 9 partials :warning:
src/btree/Tuple.cpp 0.00% 13 Missing :warning:
... and 29 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #83 +/- ## ========================================== - Coverage 39.07% 39.05% -0.03% ========================================== Files 92 92 Lines 7852 7736 -116 Branches 3600 3546 -54 ========================================== - Hits 3068 3021 -47 + Misses 2978 2947 -31 + Partials 1806 1768 -38 ```

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