mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 08:21:53 +00:00
(ci/cd) show load test output on release
This commit is contained in:
@@ -42,6 +42,11 @@ def interpret_results(csv_file):
|
||||
print(result_str)
|
||||
interpreted_results_str += result_str
|
||||
print(interpreted_results_str)
|
||||
|
||||
# write interpreted results to .txt file
|
||||
with open("load_test_interpreted_results.txt", "w") as f:
|
||||
f.write(interpreted_results_str)
|
||||
|
||||
return interpreted_results_str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user