Mention Python benchmarks in should_run_benchmarks docstring

This commit is contained in:
J. Nick Koston
2026-08-05 19:57:12 -05:00
parent de0e7621cc
commit 95d43ea29f
+1 -1
View File
@@ -658,7 +658,7 @@ BENCHMARK_INFRASTRUCTURE_FILES = frozenset(
def should_run_benchmarks(branch: str | None = None) -> bool:
"""Determine if C++ benchmarks should run based on changed files.
"""Determine if benchmarks (C++ and Python) should run based on changed files.
Benchmarks run when any of the following conditions are met: