Skip to content

Commit

Permalink
perf -> bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 19, 2024
1 parent 31dec3d commit c9e2029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def docs_style(session):
for each in BENCHMARKS.glob("[!_]*.py")
],
)
def perf(session, benchmark):
def bench(session, benchmark):
"""
Run a performance benchmark.
"""
Expand Down

0 comments on commit c9e2029

Please sign in to comment.