We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd04841 commit d3decdcCopy full SHA for d3decdc
tools/snippets/benchmark/python/scipy/benchmark.py
@@ -63,7 +63,7 @@ def benchmark():
63
print_version()
64
65
for i in xrange(REPEATS):
66
- print("# python::" + NAME)
+ print("# python::scipy::" + NAME)
67
elapsed = t.timeit(number=ITERATIONS)
68
print_results(elapsed)
69
print("ok " + str(i+1) + " benchmark finished")
0 commit comments