فهرست منبع

Removed cleanup

Paul-Louis Ageneau 5 سال پیش
والد
کامیت
3a72adf8c8
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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;
 }