Skip to content

Commit 23d30df

Browse files
mgrange1998facebook-github-bot
authored andcommitted
Documentation update: use concurrency terminology in benchmark docstrings (facebook#4924)
Summary: Updates docstrings in `BenchmarkMethod`, `BenchmarkExecutionSettings`, and `nightly.py` to use "concurrency" terminology instead of "parallelism" where appropriate. Also applies a formatting fix to a multi-line `BenchmarkExecutionSettings(...)` call in `nightly.py`. No interface or behavioral changes. Differential Revision: D93771883
1 parent 5c6946d commit 23d30df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ax/benchmark/benchmark_method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class BenchmarkMethod(Base):
1717
"""Benchmark method, represented in terms of Ax generation strategy (which tells us
1818
which models to use when) and Orchestrator options (which tell us extra execution
19-
information like maximum parallelism, early stopping configuration, etc.).
19+
information like maximum concurrency, early stopping configuration, etc.).
2020
2121
Args:
2222
name: String description. Defaults to the name of the generation strategy.

0 commit comments

Comments
 (0)