Skip to content
Snippets Groups Projects
Commit 13a2df89 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

python: fix typo in benchmark

parent 922b0e14
Branches
Tags
No related merge requests found
...@@ -757,7 +757,7 @@ class PerformanceTest(FeatureTest): ...@@ -757,7 +757,7 @@ class PerformanceTest(FeatureTest):
with lock: with lock:
done += 1 done += 1
start = time.time() start = time.time()
bootstrap.front().get(PyInfoHash.getRandom(), getcb, donecb) bootstrap.front().get(InfoHash.getRandom(), getcb, donecb)
while done > 0: while done > 0:
lock.wait() lock.wait()
update_plot() update_plot()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment