Skip to content

Commit 7a1fefd

Browse files
committed
docs(benchmarks): drop a stale best-of-N mention
1 parent 2119d28 commit 7a1fefd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/python/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def wheel_size(pkg: str, version: str) -> int:
256256

257257

258258
def measure(request, *, requests: int, runs: int, warmup: int) -> dict[str, float]:
259-
"""Best of `runs` batches of `requests` sequential calls; see ../harness.mjs for the rationale."""
259+
"""`runs` batches of `requests` sequential calls; see ../harness.mjs for the rationale."""
260260
for _ in range(warmup):
261261
request()
262262

0 commit comments

Comments
 (0)