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 91a73f5 commit 7354601Copy full SHA for 7354601
.github/workflows/reusable_benchmarks.yml
@@ -136,12 +136,14 @@ jobs:
136
taskset -c ${{ env.CORES }} ${{ github.workspace }}/sycl-repo/unified-runtime/scripts/benchmarks/main.py
137
~/bench_workdir_umf
138
--umf ${{env.BUILD_DIR}}
139
+ --compare baseline
140
${{ inputs.upload_report && '--output-html' || '' }}
141
+ ${{ inputs.pr_no != 0 && '--output-markdown' || '' }}
142
${{ inputs.bench_script_params }}
143
144
- name: Print benchmark results
145
if: ${{ always() }}
- run: cat ${{env.BUILD_DIR}}/benchmark_results.md
146
+ run: cat ${{env.BUILD_DIR}}/benchmark_results.md || true
147
148
- name: Add comment to PR
149
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
0 commit comments