Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ca63c49d
Unverified
Commit
ca63c49d
authored
Jan 26, 2026
by
Janelle Cai
Committed by
GitHub
Jan 26, 2026
Browse files
test: radix tree benchmarks (#5617)
parent
8fc70f20
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1006 additions
and
0 deletions
+1006
-0
lib/llm/Cargo.toml
lib/llm/Cargo.toml
+7
-0
lib/llm/benches/radix_tree_microbench.rs
lib/llm/benches/radix_tree_microbench.rs
+999
-0
No files found.
lib/llm/Cargo.toml
View file @
ca63c49d
...
...
@@ -27,6 +27,7 @@ cuda = ["dep:cudarc"]
integration
=
["dynamo-runtime/integration"]
media-nixl
=
[
"dep:nixl-sys"
,
"dep:dynamo-memory"
]
media-ffmpeg
=
[
"dep:video-rs"
,
"dep:ffmpeg-next"
,
"dep:memfile"
,
"media-nixl"
]
kv-router-stress
=
[
"dep:clap"
,
"dep:indicatif"
]
[[bench]]
name
=
"tokenizer"
...
...
@@ -206,3 +207,9 @@ tonic-build = { version = "0.13.1" }
name
=
"bench_local_transfer_v2"
path
=
"bin/bench_local_transfer_v2.rs"
required-features
=
["block-manager-bench"]
[[bench]]
name
=
"radix_tree_microbench"
path
=
"benches/radix_tree_microbench.rs"
harness
=
false
required-features
=
["kv-router-stress"]
lib/llm/benches/radix_tree_microbench.rs
0 → 100644
View file @
ca63c49d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment