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 40
40
uses : ./.github/workflows/reusable_benchmarks.yml
41
41
with :
42
42
pr_no : ${{ inputs.pr_no }}
43
- bench_script_params : ${{ inputs.bench_script_params }}
43
+ bench_script_params : ${{ inputs.bench_script_params }} --filter umf-benchmark
44
44
bench_script_compare : ${{ inputs.bench_script_compare }}
45
45
runner : ${{ inputs.runner }}
Original file line number Diff line number Diff line change @@ -416,7 +416,9 @@ jobs:
416
416
pull-requests : write
417
417
with :
418
418
pr_no : ' 0'
419
- bench_script_params : ' --save Baseline_PVC'
419
+ bench_script_params : >
420
+ --save Baseline_PVC
421
+ --filter umf-benchmark
420
422
421
423
# Run benchmarks with the latest SYCL (with the latest UMF copied into the SYCL)
422
424
# to verify the compatibility.
You can’t perform that action at this time.
0 commit comments