[diffusion] CI: expose nightly server telemetry coverage (#38782)

Co-authored-by: Mick Qian <mickqian@users.noreply.github.com>
This commit is contained in:
Mick
2026-09-11 23:07:37 +08:00
committed by GitHub
co-authored by Mick Qian
parent 7f09fbcd25
commit e016de462c
3 changed files with 61 additions and 4 deletions
+9
View File
@@ -62,3 +62,12 @@ Specify input/output paths and timeout:
```bash
python python/sglang/multimodal_gen/test/scripts/gen_perf_baselines.py --baseline python/sglang/multimodal_gen/test/server/perf_baselines.json --out /tmp/perf_baselines.json --timeout 600
```
## Nightly Comparison Telemetry
The nightly comparison reports the median of three client-side measurements.
SGLang requests also write server perf dumps for stage-level timing. An
unreadable dump does not invalidate a completed client measurement, but the
dashboard reports server sample coverage (for example, `2/3`) and computes the
server total and stage medians only from readable dumps. Treat incomplete
coverage as a telemetry warning rather than a performance regression by itself.