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 0dcbfeb commit 8e44d0aCopy full SHA for 8e44d0a
bench_runner/scripts/run_benchmarks.py
@@ -83,7 +83,7 @@ def run_benchmarks(
83
if extra_args is None:
84
extra_args = []
85
86
- if (loops_file := os.environ.get(LOOPS_FILE_ENV_VAR)):
+ if loops_file := os.environ.get(LOOPS_FILE_ENV_VAR):
87
extra_args.append("--same-loops")
88
extra_args.append(loops_file)
89
0 commit comments