Skip to content

Commit cd5c51b

Browse files
committed
Rename rate_type -> profile in builtin scenarios
Signed-off-by: Samuel Monson <[email protected]>
1 parent 02c447e commit cd5c51b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guidellm/benchmark/scenarios/chat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"rate_type": "sweep",
2+
"profile": "sweep",
33
"data": {
44
"prompt_tokens": 512,
55
"prompt_tokens_stdev": 128,

src/guidellm/benchmark/scenarios/rag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"rate_type": "sweep",
2+
"profile": "sweep",
33
"data": {
44
"prompt_tokens": 4096,
55
"prompt_tokens_stdev": 512,

0 commit comments

Comments
 (0)