From 13a2df891142f62cee90dda344d891fdcf5bd906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 5 Jan 2016 12:25:09 -0500 Subject: [PATCH] python: fix typo in benchmark --- python/tools/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tools/benchmark.py b/python/tools/benchmark.py index 5bdfc321..3c6c02c3 100755 --- a/python/tools/benchmark.py +++ b/python/tools/benchmark.py @@ -757,7 +757,7 @@ class PerformanceTest(FeatureTest): with lock: done += 1 start = time.time() - bootstrap.front().get(PyInfoHash.getRandom(), getcb, donecb) + bootstrap.front().get(InfoHash.getRandom(), getcb, donecb) while done > 0: lock.wait() update_plot() -- GitLab