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:
233233 uses : ./.github/workflows/sycl-linux-run-tests.yml
234234 with :
235235 name : Benchmark suite precommit testing
236- runner : ' ["PVC_PERF "]'
236+ runner : ' ["test-runner "]'
237237 image : ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest
238238 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
239239 target_devices : ' level_zero:gpu'
240240 tests_selector : benchmarks
241- benchmark_upload_results : false
241+ benchmark_upload_results : true
242+ benchmark_save_name : ' test_runner_46'
242243 benchmark_preset : ' Minimal'
243244 benchmark_dry_run : true
244245 repo_ref : ${{ github.sha }}
Original file line number Diff line number Diff line change 1818from git_project import GitProject
1919
2020
21+ #test runner
22+
2123class RUNTIMES (Enum ):
2224 SYCL_PREVIEW = "syclpreview"
2325 SYCL = "sycl"
You can’t perform that action at this time.
0 commit comments