This commit is contained in:
2025-08-02 16:14:27 +08:00
commit cd851adc7e
8 changed files with 827 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "kv_bench"
version = "0.1.0"
edition = "2024"
[dependencies]
mace = { git = "https://git.o2c.fun/abby/mace.git", branch = "task-63" }
clap = { version = "4.5.42", features = ["derive"] }
rand = "0.9.2"