Tool parser.benchmark (#9835)

This commit is contained in:
Chang Su
2025-08-30 21:08:11 -07:00
committed by GitHub
parent 92d79646e5
commit fd5ce576a4
3 changed files with 854 additions and 1 deletions

View File

@@ -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