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

Add goodput tutorial #46

Merged
merged 4 commits into from
Aug 23, 2024
Merged

Add goodput tutorial #46

merged 4 commits into from
Aug 23, 2024

Conversation

AndyDai-nv
Copy link
Contributor

Breaking original PR into smaller PRs.

Add goodput tutorial.

Copy link
Contributor

@dyastremsky dyastremsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for breaking this into its own PR, Andy! That makes it much easier to review. It's looking good already.

Added a few small comments. Will tag other team members for review so that you get more perspectives.


# Context

Goodput, defined as the number of completed requests per second that meet the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great progress! Maybe get more specific with what goodput is from a technical lens rather than focusing on benefits. For example, something like:

Goodput is defined as the number of completed requests per second that meet
specified metric constraints, also called service level objectives.

For example,  perhaps you want the throughput only including requests where 
the time to first  token is under 50 ns and inter-token latency is under 10ns. 
GenAI-Perf provides this value as goodput.

genai-perf/docs/goodput.md Outdated Show resolved Hide resolved
genai-perf/docs/goodput.md Outdated Show resolved Hide resolved
genai-perf/docs/goodput.md Outdated Show resolved Hide resolved
Copy link
Contributor

@lkomali lkomali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @dyastremsky covered the required changes.

@dyastremsky
Copy link
Contributor

dyastremsky commented Aug 22, 2024

Fantastic work, Andy! Approved.

Note that this targets the main branch. Please be sure to merge this after the relevant feature is merged. You can also merge it to a feature branch that has all of the PRs for that feature, then open a PR for that feature branch to merge to main.

dyastremsky
dyastremsky previously approved these changes Aug 22, 2024
@AndyDai-nv AndyDai-nv merged commit f1f2bf1 into main Aug 23, 2024
7 checks passed
@AndyDai-nv AndyDai-nv deleted the andy-goodput-doc branch August 23, 2024 23:27
lkomali pushed a commit that referenced this pull request Aug 27, 2024
* Add goodput tutorial

* Updated tutorial, goodput is printed inside table
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.

3 participants