Forráskód Böngészése

remove debug statements from benchmark

Denis Mazur 4 éve
szülő
commit
5f7bf93909
1 módosított fájl, 0 hozzáadás és 3 törlés
  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()