Skip to content
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

Throughput run uses individual template in full benchmark #177

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

wjxiz1992
Copy link
Collaborator

close #174
As titled.

This PR adds in a new config for throughput run template file. This template file should have resource limit to allow concurrent streams during throughput test.

To avoid too many template files and also considering the highly overlap content between that and power run template, we don't adds in additional template files. User can copy the one for Power Run directly and add resource limit.

@wjxiz1992 wjxiz1992 requested a review from mattahrens January 8, 2024 12:24
@wjxiz1992 wjxiz1992 self-assigned this Jan 8, 2024
@mattahrens
Copy link
Collaborator

Do you want to add the sample throughput_*.template files in this PR as well so the examples are in the repo?

@wjxiz1992
Copy link
Collaborator Author

No, in that way I'll add another 6 new template files( (cpu/gpu) *(pure parquet/delta/iceberg/) ) but with just like 1 or 2 lines diff for resource limits comparing to the Power template. That's why I mentioned in the README that user can create based on the Power ones.

@wjxiz1992 wjxiz1992 merged commit 8f92e72 into NVIDIA:dev Jan 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Throughput run should use a new template file instead of using the Power test one
2 participants