[model-gateway] Optimize HTTP Router Fan-out: Replace Serial Execution with Concurrent Streams (#16042)

This commit is contained in:
Praneth Paruchuri
2026-01-04 23:38:45 -08:00
committed by GitHub
parent 012dc5866d
commit b12258bfaa
2 changed files with 48 additions and 30 deletions
-1
View File
@@ -149,7 +149,6 @@ tonic-v12 = { version = "0.12.3", package = "tonic" }
serial_test = "3.0"
rsa = { version = "0.9", features = ["sha2"] }
[[bench]]
name = "request_processing"
harness = false