[ci] add router benchmark script and CI (#7498)

This commit is contained in:
Simo Lin
2025-06-25 01:28:25 -07:00
committed by GitHub
parent afeed46530
commit 3abc30364d
9 changed files with 1461 additions and 0 deletions

View File

@@ -36,6 +36,15 @@ metrics-exporter-prometheus = "0.17.0"
# Added for request tracing
uuid = { version = "1.10", features = ["v4", "serde"] }
thiserror = "2.0.12"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "request_processing"
harness = false
path = "benches/request_processing.rs"
[profile.release]
lto = "thin"
codegen-units = 1