Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bench: add integration bench #150

Merged
merged 1 commit into from
May 9, 2022
Merged

bench: add integration bench #150

merged 1 commit into from
May 9, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented May 9, 2022

As titled.

Run default kv bench (in release mode):

# Setup and bootstarp metrics.
./run d

# Run benchmark.
make bench_kv

# Terminate metrics.
./run k

Ref: #126 .

@MrCroxx MrCroxx added the feature New feature. label May 9, 2022
@MrCroxx MrCroxx self-assigned this May 9, 2022
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #150 (962a1a5) into main (1db1300) will increase coverage by 1.00%.
The diff coverage is 20.00%.

@@            Coverage Diff             @@
##             main     #150       /-   ##
==========================================
  Coverage   83.14%   84.15%    1.00%     
==========================================
  Files          78       77       -1     
  Lines        7649     7498     -151     
==========================================
- Hits         6360     6310      -50     
  Misses       1289     1188     -101     
Impacted Files Coverage Δ
common/src/log.rs 0.00% <0.00%> (-59.50%) ⬇️
wheel/src/components/lsm_tree.rs 89.47% <66.66%> (-0.47%) ⬇️
common/src/time.rs 40.00% <0.00%> (-60.00%) ⬇️
rudder/src/worker/compaction_detector.rs 88.77% <0.00%> (-0.26%) ⬇️
storage/bench/bench_raft_log_store.rs
storage/src/raft_log_store/log.rs 90.20% <0.00%> ( 0.40%) ⬆️
storage/src/raft_log_store/store.rs 90.49% <0.00%> ( 0.70%) ⬆️
storage/src/raft_log_store/block_cache.rs 93.75% <0.00%> ( 2.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1db1300...962a1a5. Read the comment docs.

@MrCroxx MrCroxx merged commit e40246c into main May 9, 2022
@MrCroxx MrCroxx deleted the xx/bench-kv branch May 9, 2022 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant