We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1003d1 commit 7150e5bCopy full SHA for 7150e5b
examples/benchmark.py
@@ -35,7 +35,7 @@ def run_benchmark(sess):
35
proc.start()
36
37
start = datetime.now()
38
- for i in xrange(0, 1000):
+ for i in range(0, 1000):
39
sess.get(URL)
40
sys.stdout.write(".")
41
end = datetime.now()
0 commit comments