Skip to content

Commit f02a5f9

Browse files
committed
Add __really_all as an option
1 parent 27222ff commit f02a5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/scripts/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def generate_benchmark(dst: Any) -> Any:
180180
user.
181181
"""
182182
available_runners = [r for r in runners.get_runners() if r.available]
183-
runner_choices = [*[x.name for x in available_runners], "all"]
183+
runner_choices = [*[x.name for x in available_runners], "all", "__really_all"]
184184

185185
dst["on"]["workflow_dispatch"]["inputs"]["machine"]["options"] = runner_choices
186186

0 commit comments

Comments
 (0)