Skip to content

Commit 950ac2d

Browse files
committed
Fix hardcoded value
1 parent 53a3c92 commit 950ac2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/snippets/benchmark/python/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def benchmark():
6565

6666
print_version()
6767

68-
for i in xrange(3):
68+
for i in xrange(repeats):
6969
print("# python::" + name)
7070
elapsed = t.timeit(number=iterations)
7171
print_results(elapsed)

0 commit comments

Comments
 (0)