Skip to content

Commit

Permalink
Add CLI argument for server-metrics-url
Browse files Browse the repository at this point in the history
  • Loading branch information
lkomali committed Aug 27, 2024
1 parent 06d3450 commit 3696382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genai-perf/genai_perf/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def build_cmd(args: Namespace, extra_args: Optional[List[str]] = None) -> List[s
"image_height_mean",
"image_height_stddev",
"image_format",
"server_metrics_url",
"goodput",
"server_metrics_url",
]
Expand Down Expand Up @@ -180,3 +181,4 @@ def run(
finally:
if telemetry_data_collector is not None:
telemetry_data_collector.stop()
print(telemetry_data_collector.metrics)

0 comments on commit 3696382

Please sign in to comment.