We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38d5339 + c71ca06 commit 22202b4Copy full SHA for 22202b4
2 files changed
.github/workflows/benchmarks.yml
@@ -40,6 +40,6 @@ jobs:
40
uses: ./.github/workflows/reusable_benchmarks.yml
41
with:
42
pr_no: ${{ inputs.pr_no }}
43
- bench_script_params: ${{ inputs.bench_script_params }}
+ bench_script_params: ${{ inputs.bench_script_params }} --filter umf-benchmark
44
bench_script_compare: ${{ inputs.bench_script_compare }}
45
runner: ${{ inputs.runner }}
.github/workflows/nightly.yml
@@ -416,7 +416,9 @@ jobs:
416
pull-requests: write
417
418
pr_no: '0'
419
- bench_script_params: '--save Baseline_PVC'
+ bench_script_params: >
420
+ --save Baseline_PVC
421
+ --filter umf-benchmark
422
423
# Run benchmarks with the latest SYCL (with the latest UMF copied into the SYCL)
424
# to verify the compatibility.
0 commit comments