[Benchmark] Add auto benchmark tool with YAML-driven server flag search and canonical dataset format (#21736)

This commit is contained in:
Xiaoyu Zhang
2026-04-04 21:46:58 +08:00
committed by GitHub
parent da25b471e3
commit 0f0f004f1f
48 changed files with 6688 additions and 0 deletions
+1
View File
@@ -1931,6 +1931,7 @@ if __name__ == "__main__":
type=str,
default="sharegpt",
choices=[
"autobench",
"sharegpt",
"custom",
"openai",