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 d22b45e commit ab25299Copy full SHA for ab25299
devops/actions/run-tests/benchmark_v2/action.yml
@@ -117,7 +117,7 @@ runs:
117
echo "-----"
118
python3 ./devops/scripts/benchmarks/compare.py to_hist \
119
--name Baseline_PVC_L0 \
120
- --compare-file "./llvm-ci-perf-results/$RUNNER_NAME/results/$SAVE_NAME_$SAVE_TIMESTAMP.json" \
+ --compare-file "./llvm-ci-perf-results/$RUNNER_NAME/results/${SAVE_NAME}_${SAVE_TIMESTAMP}.json" \
121
--results-dir "./llvm-ci-perf-results/$RUNNER_NAME/results/"
122
123
- name: Push compute-benchmarks results
0 commit comments