forked from phoenix/litellm-mirror
(ci/cd) interpret load test results
This commit is contained in:
parent
8a8dec7c1c
commit
5986216795
2 changed files with 2 additions and 1 deletions
1
.github/workflows/interpret_load_test.py
vendored
1
.github/workflows/interpret_load_test.py
vendored
|
@ -42,6 +42,7 @@ def interpret_results(csv_file):
|
|||
print(result_str)
|
||||
interpreted_results_str += result_str
|
||||
print(interpreted_results_str)
|
||||
return interpreted_results_str
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue