Skip to content

Commit c9e2029

Browse files
committed
perf -> bench
1 parent 31dec3d commit c9e2029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def docs_style(session):
222222
for each in BENCHMARKS.glob("[!_]*.py")
223223
],
224224
)
225-
def perf(session, benchmark):
225+
def bench(session, benchmark):
226226
"""
227227
Run a performance benchmark.
228228
"""

0 commit comments

Comments
 (0)