Jelajahi Sumber

Removed cleanup

Paul-Louis Ageneau 5 tahun lalu
induk
melakukan
3a72adf8c8
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      test/benchmark.cpp

+ 1 - 2
test/benchmark.cpp

@@ -160,8 +160,7 @@ size_t benchmark(milliseconds duration) {
 
 	pc1->close();
 	pc2->close();
-
-	rtc::Cleanup();
+	this_thread::sleep_for(1s);
 
 	return goodput;
 }