We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b0133 commit 26ec2ecCopy full SHA for 26ec2ec
tools/snippets/benchmark/python/scipy/benchmark.py
@@ -86,7 +86,7 @@ def benchmark(name, setup, stmt, iterations):
86
87
88
def main():
89
- """Run the benchmark."""
+ """Run the benchmarks."""
90
name = ":TODO"
91
setup = "from scipy import TODO; from random import random;"
92
stmt = "y = TODO(random())"
0 commit comments