소스 검색

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;
 }