Skip to content

Commit

Permalink
Merge pull request #2710 from EuphoricThinking/benchmark_fix_compare_…
Browse files Browse the repository at this point in the history
…baseline

add comparing to baseline in benchmark workflow
  • Loading branch information
pbalcer authored Feb 17, 2025
2 parents 8682bbc + 5b03c04 commit 58d1527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ jobs:
--adapter ${{ matrix.adapter.str_name }}
--compute-runtime ${{ inputs.compute_runtime_commit }}
--build-igc
--compare baseline
${{ inputs.upload_report && '--output-html' || '' }}
${{ inputs.pr_no != 0 && '--output-markdown' || '' }}
${{ inputs.bench_script_params }}
Expand Down

0 comments on commit 58d1527

Please sign in to comment.