[diffusion] CI: expose nightly server telemetry coverage (#38782)
Co-authored-by: Mick Qian <mickqian@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user