Sfoglia il codice sorgente

remove debug statements from benchmark

Denis Mazur 4 anni fa
parent
commit
5f7bf93909
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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()