Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
fd5ce576
Unverified
Commit
fd5ce576
authored
Aug 30, 2025
by
Chang Su
Committed by
GitHub
Aug 30, 2025
Browse files
Tool parser.benchmark (#9835)
parent
92d79646
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
854 additions
and
1 deletion
+854
-1
.github/workflows/pr-test-pd-router.yml
.github/workflows/pr-test-pd-router.yml
+1
-1
sgl-router/Cargo.toml
sgl-router/Cargo.toml
+5
-0
sgl-router/benches/tool_parser_benchmark.rs
sgl-router/benches/tool_parser_benchmark.rs
+848
-0
No files found.
.github/workflows/pr-test-pd-router.yml
View file @
fd5ce576
...
...
@@ -119,7 +119,7 @@ jobs:
python3 -m pip --no-cache-dir install -e "python[all]" --break-system-packages
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.5
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2
python3 -m pip --no-cache-dir install sgl-kernel==0.3.7
python3 -m pip --no-cache-dir install sgl-kernel==0.3.7
.post1
-
name
:
Build and install sgl-router
run
:
|
...
...
sgl-router/Cargo.toml
View file @
fd5ce576
...
...
@@ -87,6 +87,11 @@ name = "tokenizer_benchmark"
harness
=
false
path
=
"benches/tokenizer_benchmark.rs"
[[bench]]
name
=
"tool_parser_benchmark"
harness
=
false
path
=
"benches/tool_parser_benchmark.rs"
[profile.release]
lto
=
"thin"
codegen-units
=
1
...
...
sgl-router/benches/tool_parser_benchmark.rs
0 → 100644
View file @
fd5ce576
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