Skip to content

Commit df37695

Browse files
tukwilaAlonKellner-RedHat
authored andcommitted
update benchmark mocker requests
Signed-off-by: guangli.bao <guangli.bao@daocloud.io> Signed-off-by: Alon Kellner <akellner@redhat.com>
1 parent 1c530f1 commit df37695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/benchmark/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def _get_benchmark_extras_headers_and_values(
690690
values: list[str] = [
691691
benchmark.benchmarker.profile.model_dump_json(),
692692
json.dumps(benchmark.benchmarker.backend),
693-
json.dumps(benchmark.benchmarker.requests["attributes"]["data"]),
693+
json.dumps(benchmark.benchmarker.requests["data"]),
694694
]
695695

696696
if len(headers) != len(values):

0 commit comments

Comments
 (0)