Skip to content

Commit 722d1c6

Browse files
add comparing to baseline in benchmark workflow
1 parent 0d080f8 commit 722d1c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
--adapter ${{ matrix.adapter.str_name }}
220220
--compute-runtime ${{ inputs.compute_runtime_commit }}
221221
--build-igc
222+
--compare baseline
222223
${{ inputs.upload_report && '--output-html' || '' }}
223224
${{ inputs.pr_no != 0 && '--output-markdown' || '' }}
224225
${{ inputs.bench_script_params }}

0 commit comments

Comments
 (0)