Skip to content

Commit 74e4b01

Browse files
committed
New performance testing tools
1 parent 6462e31 commit 74e4b01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/common/llmperf/utils/llm_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def llm_request(
1414
"""Make a single completion request to a LLM API
1515
1616
Returns:
17-
Metrics about the performance charateristics of the request.
17+
Metrics about the performance characteristics of the request.
1818
The text generated by the request to the LLM API.
1919
The request_config used to make the request. This is mainly for logging purposes.
2020

test/common/llmperf/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def flatten_dict(d, parent_key="", sep="_"):
145145
def reset_prefill_cache(env, server_url):
146146
"""
147147
prefix cache / HBM
148-
Parm
148+
Param
149149
env
150150
server_url
151151
"""

0 commit comments

Comments
 (0)