Skip to content

Commit 850ccac

Browse files
committed
Fix typo
1 parent 989441d commit 850ccac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-ur-perf-benchmarking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
image: ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest
124124
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
125125
target_devices: ${{ matrix.backend }}
126-
tests_selector: benchmark
126+
tests_selector: benchmarks
127127
benchmark_upload_results: ${{ inputs.upload_results }}
128128
benchmark_save_name: ${{ matrix.save_name }}
129129
benchmark_preset: ${{ inputs.preset }}
@@ -151,7 +151,7 @@ jobs:
151151
image: ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest
152152
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
153153
target_devices: ${{ matrix.backend }}
154-
tests_selector: benchmark
154+
tests_selector: benchmarks
155155
benchmark_save_name: Baseline
156156
benchmark_upload_results: ${{ inputs.upload_results }}
157157
benchmark_preset: ${{ inputs.preset }}

0 commit comments

Comments
 (0)