浏览代码

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