forked from phoenix/litellm-mirror
(ci/cd) load test results
This commit is contained in:
parent
b7fe41dacf
commit
88f81d4121
1 changed files with 2 additions and 1 deletions
3
.github/workflows/interpret_load_test.py
vendored
3
.github/workflows/interpret_load_test.py
vendored
|
@ -71,7 +71,8 @@ if __name__ == "__main__":
|
|||
try:
|
||||
latest_release.update_release(
|
||||
name=latest_release.tag_name,
|
||||
message=latest_release.body + "\n\n" + interpreted_results_str,
|
||||
message="Load Test Results",
|
||||
body=latest_release.body + "\n\n" + interpreted_results_str,
|
||||
)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue