[diffusion] CI: add performance tracking job to nightly (#21091)

This commit is contained in:
Mick
2026-03-25 19:01:33 +08:00
committed by GitHub
parent 689e9ef05c
commit 04eb72801f
15 changed files with 2080 additions and 6 deletions
+1
View File
@@ -25,6 +25,7 @@ def find_partition_files(input_dir: str) -> list[str]:
patterns = [
os.path.join(input_dir, "**/metrics-*.json"),
os.path.join(input_dir, "**/diffusion-metrics-*.json"),
os.path.join(input_dir, "**/comparison-metrics-*.json"),
]
files = set()
for pattern in patterns: