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: make ycsb runnable #44

Closed zz-jason closed 6 months ago

zz-jason commented 6 months ago
./build/release/benchmarks/ycsb/ycsb --ycsb_cmd="run" --ycsb_workload='c' --ycsb_record_count=10000 --worker_threads=8 --zipf_factor=0

Performance decreased and unstable when running for a long time:

Screenshot 2024-01-24 at 16 41 49

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (d09d964) 35.63% compared to head (c49356e) 35.55%.

Files Patch % Lines
source/concurrency-recovery/Logging.cpp 15.00% 12 Missing and 5 partials :warning:
source/LeanStore.cpp 33.33% 2 Missing and 12 partials :warning:
source/utils/Parallelize.cpp 0.00% 13 Missing :warning:
source/concurrency-recovery/Worker.cpp 0.00% 0 Missing and 6 partials :warning:
source/Config.cpp 0.00% 3 Missing :warning:
source/storage/btree/TransactionKV.cpp 0.00% 0 Missing and 3 partials :warning:
source/utils/Error.hpp 0.00% 2 Missing :warning:
source/utils/ScrambledZipfGenerator.cpp 0.00% 2 Missing :warning:
source/concurrency-recovery/Worker.hpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #44 +/- ## ========================================== - Coverage 35.63% 35.55% -0.09% ========================================== Files 86 86 Lines 7663 7653 -10 Branches 3685 3677 -8 ========================================== - Hits 2731 2721 -10 + Misses 3236 3232 -4 - Partials 1696 1700 +4 ```

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