diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 12986e98617fc..6d9a7031645a8 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -233,12 +233,13 @@ jobs: uses: ./.github/workflows/sycl-linux-run-tests.yml with: name: Benchmark suite precommit testing - runner: '["PVC_PERF"]' + runner: '["test-runner2"]' image: ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN target_devices: 'level_zero:gpu' tests_selector: benchmarks - benchmark_upload_results: false + benchmark_upload_results: true + benchmark_save_name: 'test_runner_47' benchmark_preset: 'Minimal' benchmark_dry_run: true repo_ref: ${{ github.sha }} diff --git a/devops/scripts/benchmarks/benches/compute.py b/devops/scripts/benchmarks/benches/compute.py index be58255d5fd0d..e95c10ddbc0c0 100644 --- a/devops/scripts/benchmarks/benches/compute.py +++ b/devops/scripts/benchmarks/benches/compute.py @@ -18,6 +18,8 @@ from git_project import GitProject +#test runner + class RUNTIMES(Enum): SYCL_PREVIEW = "syclpreview" SYCL = "sycl"