Skip to content

Commit d3decdc

Browse files
committed
Add SciPy namespace
1 parent fd04841 commit d3decdc

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
@@ -63,7 +63,7 @@ def benchmark():
6363
print_version()
6464

6565
for i in xrange(REPEATS):
66-
print("# python::" + NAME)
66+
print("# python::scipy::" + NAME)
6767
elapsed = t.timeit(number=ITERATIONS)
6868
print_results(elapsed)
6969
print("ok " + str(i+1) + " benchmark finished")

0 commit comments

Comments
 (0)