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 022a5db commit 40a44f2Copy full SHA for 40a44f2
bench_runner/scripts/run_benchmarks.py
@@ -82,8 +82,8 @@ def run_benchmarks(
82
if extra_args is None:
83
extra_args = []
84
85
- if (affinity := os.environ.get('CPU_AFFINITY')):
86
- extra_args.append(f'--affinity={affinity}')
+ if affinity := os.environ.get("CPU_AFFINITY"):
+ extra_args.append(f"--affinity={affinity}")
87
88
args = [
89
sys.executable,
0 commit comments