File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2222 aggregate :
2323 name : Aggregate average value for all metrics (median)
2424 runs-on : ubuntu-latest
25- if : github.repository == 'intel/llvm'
2625 steps :
2726 - uses : actions/checkout@v4
2827 with :
Original file line number Diff line number Diff line change @@ -193,6 +193,11 @@ permissions:
193193 packages : read
194194
195195jobs :
196+ benchmark_aggregate :
197+ if : inputs.test_selector == 'benchmark'
198+ name : Aggregate compute-benchmark historical average (TODO reconsider)
199+ uses : ./.github/workflows/sycl-benchmark-aggregate.yml
200+
196201 run :
197202 if : ${{ always() && ( github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false' ) }}
198203 needs : benchmark_aggregate
@@ -514,9 +519,4 @@ jobs:
514519 git config --global user.email "[email protected] " 515520 git add .
516521 git commit -m "Update results"
517- git push
518-
519- benchmark_aggregate :
520- if : inputs.test_selector == 'benchmark'
521- name : Aggregate compute-benchmark historical average (TODO reconsider)
522- uses : ./.github/workflows/sycl-benchmark-aggregate.yml
522+ git push
You can’t perform that action at this time.
0 commit comments