File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4040 uses : ./.github/workflows/reusable_benchmarks.yml
4141 with :
4242 pr_no : ${{ inputs.pr_no }}
43- bench_script_params : ${{ inputs.bench_script_params }}
43+ bench_script_params : ${{ inputs.bench_script_params }} --filter umf-benchmark
4444 bench_script_compare : ${{ inputs.bench_script_compare }}
4545 runner : ${{ inputs.runner }}
Original file line number Diff line number Diff line change @@ -416,7 +416,9 @@ jobs:
416416 pull-requests : write
417417 with :
418418 pr_no : ' 0'
419- bench_script_params : ' --save Baseline_PVC'
419+ bench_script_params : >
420+ --save Baseline_PVC
421+ --filter umf-benchmark
420422
421423 # Run benchmarks with the latest SYCL (with the latest UMF copied into the SYCL)
422424 # to verify the compatibility.
You can’t perform that action at this time.
0 commit comments