-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When custom profile export provided, update CSV/JSON naming #768
Conversation
Remove print Update docs
b59a15c
to
c020b0e
Compare
Migrate PA Repo w/ Minimum Client changes. Add typing Remove unused functions
0e8b741
to
dffe0cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 👍 Left a few comments.
src/c++/perf_analyzer/genai-perf/genai_perf/export_data/csv_exporter.py
Outdated
Show resolved
Hide resolved
src/c++/perf_analyzer/genai-perf/genai_perf/export_data/json_exporter.py
Outdated
Show resolved
Hide resolved
Run pre-commit hooks
4ebde3e
to
06a601c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Closing in favor of triton-inference-server/perf_analyzer#19. With the PA migration started, changes should only be merged in that repo. CC: @fpetrini15 |
When --profile-export-name is passed, the JSON and CSV names should use the profile export name. For example, if the name is "custom_name.json", the GenAI-Perf output files should be "custom_name_genai_perf.json" and "custom_name_genai_perf.csv". Fix this behavior and add testing.
Before:
After: