[CI] Organizing performance benchmark files (#7616)

This commit is contained in:
Kuntai Du
2024-08-19 22:43:54 -07:00
committed by GitHub
parent f4fc7337bf
commit 3d8a5f063d
5 changed files with 37 additions and 25 deletions

View File

@@ -174,8 +174,8 @@ if __name__ == "__main__":
# document the result
with open(results_folder / "benchmark_results.md", "w") as f:
results = read_markdown(
"../.buildkite/nightly-benchmarks/tests/descriptions.md")
results = read_markdown("../.buildkite/nightly-benchmarks/" +
"performance-benchmarks-descriptions.md")
results = results.format(
latency_tests_markdown_table=latency_md_table,
throughput_tests_markdown_table=throughput_md_table,