-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
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.
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.
genai-perf/docs/goodput.md
Outdated
|
||
# Context | ||
|
||
Goodput, defined as the number of completed requests per second that meet the |
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 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.
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. @dyastremsky covered the required changes.
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. |
c0e3b1f
to
83626fa
Compare
* Add goodput tutorial * Updated tutorial, goodput is printed inside table
Breaking original PR into smaller PRs.
Add goodput tutorial.