Skip to content

Commit 26ec2ec

Browse files
committed
Update description
1 parent d0b0133 commit 26ec2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/snippets/benchmark/python/scipy/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def benchmark(name, setup, stmt, iterations):
8686

8787

8888
def main():
89-
"""Run the benchmark."""
89+
"""Run the benchmarks."""
9090
name = ":TODO"
9191
setup = "from scipy import TODO; from random import random;"
9292
stmt = "y = TODO(random())"

0 commit comments

Comments
 (0)