Unverified Commit fd5ce576 authored by Chang Su's avatar Chang Su Committed by GitHub
Browse files

Tool parser.benchmark (#9835)

parent 92d79646
......@@ -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: |
......
......@@ -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
......
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