[Auto Sync] Improve profilers and simplify bench_one_batch_server.py (#13866)

This commit is contained in:
Lianmin Zheng
2025-11-25 12:13:31 -08:00
committed by GitHub
parent e99ca6ac74
commit 1ab6ce0e62
12 changed files with 485 additions and 522 deletions

View File

@@ -151,7 +151,10 @@ def send_single(
if profile:
run_profile(
base_url, profile_steps, ["CPU", "GPU"], None, None, profile_by_stage
url=base_url,
num_steps=profile_steps,
activities=["CPU", "GPU"],
profile_by_stage=profile_by_stage,
)
response = requests.post(