feat: introduce wal benchmarker (#3446)

* feat: introduce wal benchmarker

* chore: add log store metrics

* chore: add some comments to wal benchmarker

* fix: ci

* chore: add more metrics for kafka logstore

* chore: add more timers for kafka logstore

* chore: add more configs

* chore: move humantime to common dependencies

* refactor: refactor wal benchmarker

* fix: apply suggestions from code review

* doc: add a simple README for wal benchmarker

* fix: Cargo.toml

* fix: clippy

* chore: rename wal.rs to wal_bench.rs

* fix: compile
This commit is contained in:
niebayes
2024-04-03 11:16:05 +08:00
committed by GitHub
parent a0f243c128
commit d33435fa84
25 changed files with 1035 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ common-test-util.workspace = true
common-wal.workspace = true
datanode = { workspace = true }
datatypes.workspace = true
dotenv = "0.15"
dotenv.workspace = true
frontend = { workspace = true, features = ["testing"] }
futures.workspace = true
meta-client.workspace = true