Skip to content

Commit c4f9385

Browse files
authored
Merge pull request #2710 from EuphoricThinking/benchmark_fix_compare_baseline
add comparing to baseline in benchmark workflow
2 parents 0d080f8 + 722d1c6 commit c4f9385

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)