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 8e44d0a commit 9144dc1Copy full SHA for 9144dc1
bench_runner/scripts/run_benchmarks.py
@@ -67,7 +67,7 @@ def run_benchmarks(
67
benchmarks: str,
68
/,
69
test_mode: bool = False,
70
- extra_args: Iterable[str] | None = None,
+ extra_args: list[str] | None = None,
71
) -> None:
72
if benchmarks.strip() == "":
73
benchmarks = "all"
0 commit comments