Skip to content

Commit ab25299

Browse files
committed
add curly braces to escape _
1 parent d22b45e commit ab25299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/run-tests/benchmark_v2/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ runs:
117117
echo "-----"
118118
python3 ./devops/scripts/benchmarks/compare.py to_hist \
119119
--name Baseline_PVC_L0 \
120-
--compare-file "./llvm-ci-perf-results/$RUNNER_NAME/results/$SAVE_NAME_$SAVE_TIMESTAMP.json" \
120+
--compare-file "./llvm-ci-perf-results/$RUNNER_NAME/results/${SAVE_NAME}_${SAVE_TIMESTAMP}.json" \
121121
--results-dir "./llvm-ci-perf-results/$RUNNER_NAME/results/"
122122
123123
- name: Push compute-benchmarks results

0 commit comments

Comments
 (0)