Commit 57683a2
authored
[GuideLLM Refactor] Reenablement of scenarios and fixes for benchmark package and CLI pathways (#414)
## Summary
Changed the benchmarking entrypoint to take in an Args object which is
now used to load scenarios. It enables a single source of truth in
addition to being able to save the exact configurations in the report
output.
## Details
<!--
Provide a detailed list of all changes introduced in this pull request.
-->
- [ ]
## Test Plan
<!--
List the steps needed to test this PR.
-->
-
## Related Issues
<!--
Link any relevant issues that this PR addresses.
-->
- Resolves #
---
- [ ] "I certify that all code in this PR is my own, except as noted
below."
## Use of AI
- [ ] Includes AI-assisted code completion
- [ ] Includes code generated by an AI application
- [ ] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)1 parent 060343e commit 57683a2
File tree
15 files changed
+1317
-883
lines changed- src/guidellm
- benchmark
- scenarios
- data/deserializers
- presentation
- utils
15 files changed
+1317
-883
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments