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 2a84755 commit 18aec6eCopy full SHA for 18aec6e
bench_runner/scripts/run_benchmarks.py
@@ -86,7 +86,7 @@ def run_benchmarks(
86
if loops_file := os.environ.get(LOOPS_FILE_ENV_VAR):
87
extra_args.append("--same-loops")
88
extra_args.append(loops_file)
89
-
+
90
if affinity := os.environ.get("CPU_AFFINITY"):
91
extra_args.append(f"--affinity={affinity}")
92
0 commit comments