We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b96ff commit 46d754aCopy full SHA for 46d754a
.github/workflows/interpret_load_test.py
@@ -88,6 +88,7 @@ def get_docker_run_command(release_version):
88
89
90
if __name__ == "__main__":
91
+ return
92
csv_file = "load_test_stats.csv" # Change this to the path of your CSV file
93
markdown_table = interpret_results(csv_file)
94
0 commit comments