Skip to content

Commit 7354601

Browse files
[CI] Adjust benchmark scripts params to new scripts' version
1 parent 91a73f5 commit 7354601

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,14 @@ jobs:
136136
taskset -c ${{ env.CORES }} ${{ github.workspace }}/sycl-repo/unified-runtime/scripts/benchmarks/main.py
137137
~/bench_workdir_umf
138138
--umf ${{env.BUILD_DIR}}
139+
--compare baseline
139140
${{ inputs.upload_report && '--output-html' || '' }}
141+
${{ inputs.pr_no != 0 && '--output-markdown' || '' }}
140142
${{ inputs.bench_script_params }}
141143
142144
- name: Print benchmark results
143145
if: ${{ always() }}
144-
run: cat ${{env.BUILD_DIR}}/benchmark_results.md
146+
run: cat ${{env.BUILD_DIR}}/benchmark_results.md || true
145147

146148
- name: Add comment to PR
147149
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1

0 commit comments

Comments
 (0)