We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a44f2 commit bc9107bCopy full SHA for bc9107b
bench_runner/scripts/run_benchmarks.py
@@ -66,7 +66,7 @@ def run_benchmarks(
66
benchmarks: str,
67
/,
68
test_mode: bool = False,
69
- extra_args: Iterable[str] | None = None,
+ extra_args: list[str] | None = None,
70
) -> None:
71
if benchmarks.strip() == "":
72
benchmarks = "all"
0 commit comments