feature: upstream cancel (#19524)

Co-authored-by: Kangyan Zhou <zky314343421@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Douglas Yang
2026-05-18 16:20:09 +08:00
committed by GitHub
co-authored by Kangyan Zhou Claude Opus 4.7
parent 54eb2904a4
commit e5589843a3
13 changed files with 4206 additions and 209 deletions
+5
View File
@@ -164,6 +164,11 @@ name = "manual_policy_benchmark"
harness = false
path = "benches/manual_policy_benchmark.rs"
[[bench]]
name = "streaming_utils_bench"
harness = false
path = "benches/streaming_utils_bench.rs"
[profile.release]
opt-level = "z" # Optimize for size
lto = "fat" # Full LTO for smaller binaries