Skip to content

Commit ff9e26f

Browse files
committed
add to options.py
1 parent 21f2de9 commit ff9e26f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/scripts/benchmarks/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class Options:
7070
preset: str = "Full"
7171
build_jobs: int = multiprocessing.cpu_count()
7272
exit_on_failure: bool = False
73+
device_architecture: str = ""
7374

7475
# Options intended for CI:
7576
regression_threshold: float = 0.05

0 commit comments

Comments
 (0)