We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a3c92 commit 950ac2dCopy full SHA for 950ac2d
tools/snippets/benchmark/python/benchmark.py
@@ -65,7 +65,7 @@ def benchmark():
65
66
print_version()
67
68
- for i in xrange(3):
+ for i in xrange(repeats):
69
print("# python::" + name)
70
elapsed = t.timeit(number=iterations)
71
print_results(elapsed)
0 commit comments