Skip to content

Commit 8861f6b

Browse files
authored
[CI][Benchmarks] Bump driver version used by benches (#19501)
1 parent d9cc511 commit 8861f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Options:
6363
build_compute_runtime: bool = False
6464
extra_ld_libraries: list[str] = field(default_factory=list)
6565
extra_env_vars: dict = field(default_factory=dict)
66-
compute_runtime_tag: str = "25.22.33944.8"
66+
compute_runtime_tag: str = "25.27.34303.5"
6767
build_igc: bool = False
6868
current_run_name: str = "This PR"
6969
preset: str = "Full"

0 commit comments

Comments
 (0)