[model-gateway][CI] Display benchmark results in GitHub Actions summary (#16037)

This commit is contained in:
Simo Lin
2025-12-28 20:57:27 -08:00
committed by GitHub
parent 41a1d16b02
commit c236a3fdf0
2 changed files with 69 additions and 12 deletions
@@ -577,8 +577,8 @@ fn bench_full_round_trip(c: &mut Criterion) {
fn benchmark_summary(c: &mut Criterion) {
let group = c.benchmark_group("benchmark_summary");
println!("\nSGLang Router Performance Benchmark Suite");
println!("=============================================");
println!("\nSGLang Model Gateway Performance Benchmark Suite");
println!("=================================================");
// Quick performance overview
let generate_req = create_sample_generate_request();