Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inference_perf/analysis/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def analyze_reports(report_dir: str) -> None:
report_data = json.load(f)

# Get QPS from report file
qps = report_data.get("load_summary", {}).get("requested_rate")
qps = report_data.get("load_summary", {}).get("achieved_rate")
if qps is None:
logger.warning(f"Could not find requested_rate in {stage_file.name}. Skipping.")
continue
Comment thread
zetxqx marked this conversation as resolved.
Expand Down