瀏覽代碼

remove debug statements from benchmark

Denis Mazur 4 年之前
父節點
當前提交
5f7bf93909
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      benchmarks/benchmark_throughput_p2p.py

+ 0 - 3
benchmarks/benchmark_throughput_p2p.py

@@ -137,10 +137,7 @@ def benchmark_throughput(
         can_start.set()
 
         for client in clients:
-            print("joining clients")
-            print(client.is_alive())
             client.join()
-            print("i'm here")
 
         timestamps["clients_finished"] = time.perf_counter()