ci: move metrics scripts under scripts/ci/utils (#20986)

This commit is contained in:
Lianmin Zheng
2026-03-19 23:47:57 -07:00
committed by GitHub
parent 0be88ac44c
commit 712a48c5d2
9 changed files with 26 additions and 27 deletions

View File

@@ -209,7 +209,7 @@ class NightlyBenchmarkRunner:
)
# Note: JSON files are preserved for metrics collection by CI scripts
# They will be collected by scripts/ci/save_metrics.py
# They will be collected by scripts/ci/utils/save_metrics.py
return benchmark_results, True