Unverified Commit ca63c49d authored by Janelle Cai's avatar Janelle Cai Committed by GitHub
Browse files

test: radix tree benchmarks (#5617)

parent 8fc70f20
...@@ -27,6 +27,7 @@ cuda = ["dep:cudarc"] ...@@ -27,6 +27,7 @@ cuda = ["dep:cudarc"]
integration = ["dynamo-runtime/integration"] integration = ["dynamo-runtime/integration"]
media-nixl = ["dep:nixl-sys", "dep:dynamo-memory"] media-nixl = ["dep:nixl-sys", "dep:dynamo-memory"]
media-ffmpeg = ["dep:video-rs", "dep:ffmpeg-next", "dep:memfile", "media-nixl"] media-ffmpeg = ["dep:video-rs", "dep:ffmpeg-next", "dep:memfile", "media-nixl"]
kv-router-stress = ["dep:clap", "dep:indicatif"]
[[bench]] [[bench]]
name = "tokenizer" name = "tokenizer"
...@@ -206,3 +207,9 @@ tonic-build = { version = "0.13.1" } ...@@ -206,3 +207,9 @@ tonic-build = { version = "0.13.1" }
name = "bench_local_transfer_v2" name = "bench_local_transfer_v2"
path = "bin/bench_local_transfer_v2.rs" path = "bin/bench_local_transfer_v2.rs"
required-features = ["block-manager-bench"] required-features = ["block-manager-bench"]
[[bench]]
name = "radix_tree_microbench"
path = "benches/radix_tree_microbench.rs"
harness = false
required-features = ["kv-router-stress"]
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment