[CI] Restore SMG e2e on 2-gpu-h100 / 4-gpu-h100 runners (#24222)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
b939d5410f
commit
2e72a36420
@@ -21,6 +21,11 @@ class TestPDPerf:
|
||||
"e2e_latency_mean_max": 16,
|
||||
"input_throughput_mean_min": 350,
|
||||
"output_throughput_mean_min": 18,
|
||||
"gpu_util_p50_min": 99,
|
||||
# gpu_util_p50_min intentionally omitted: the new 4-gpu-h100
|
||||
# runner produces only ~11-14 GPU-util samples per run and
|
||||
# the median routinely lands at 0% even when mean is 17-50%
|
||||
# (PD test pattern is bursty). Throughput/latency floors
|
||||
# still validate end-to-end perf; recalibrate once the
|
||||
# bench window is longer.
|
||||
},
|
||||
)
|
||||
|
||||
@@ -22,6 +22,8 @@ class TestRegularPerf:
|
||||
"e2e_latency_mean_max": 14,
|
||||
"input_throughput_mean_min": 800,
|
||||
"output_throughput_mean_min": 12,
|
||||
"gpu_util_p50_min": 99,
|
||||
# gpu_util_p50_min intentionally omitted: see test_pd_perf.py.
|
||||
# On 4-gpu-h100 the median sample lands at 0% for the bursty
|
||||
# grpc workload even when mean is healthy (~22%).
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user