[router] add common ut infra to mock worker and app (#8295)

This commit is contained in:
Simo Lin
2025-07-23 10:07:51 -07:00
committed by GitHub
parent 0c8dab9e67
commit 6f8f4aeea4
3 changed files with 709 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ url = "2.5.4"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
tokio-stream = "0.1"
actix-http = "3.0"
futures = "0.3"
[[bench]]
name = "request_processing"