File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
devops/scripts/benchmarks/benches Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -233,12 +233,13 @@ jobs:
233
233
uses : ./.github/workflows/sycl-linux-run-tests.yml
234
234
with :
235
235
name : Benchmark suite precommit testing
236
- runner : ' ["PVC_PERF "]'
236
+ runner : ' ["test-runner "]'
237
237
image : ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest
238
238
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
239
239
target_devices : ' level_zero:gpu'
240
240
tests_selector : benchmarks
241
- benchmark_upload_results : false
241
+ benchmark_upload_results : true
242
+ benchmark_save_name : ' test_runner_46'
242
243
benchmark_preset : ' Minimal'
243
244
benchmark_dry_run : true
244
245
repo_ref : ${{ github.sha }}
Original file line number Diff line number Diff line change 18
18
from git_project import GitProject
19
19
20
20
21
+ # Tst runner
22
+
21
23
class RUNTIMES (Enum ):
22
24
SYCL_PREVIEW = "syclpreview"
23
25
SYCL = "sycl"
You can’t perform that action at this time.
0 commit comments