浏览代码

Disabled benchmark test

Paul-Louis Ageneau 4 年之前
父节点
当前提交
1ce15506d4
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      test/main.cpp

+ 4 - 3
test/main.cpp

@@ -120,7 +120,8 @@ int main(int argc, char **argv) {
 		return -1;
 	}
 #endif
-	this_thread::sleep_for(1s);
+/*
+    this_thread::sleep_for(1s);
 	try {
 		cout << endl << "*** Running WebRTC benchmark..." << endl;
 		test_benchmark();
@@ -130,7 +131,7 @@ int main(int argc, char **argv) {
 		std::this_thread::sleep_for(2s);
 		return -1;
 	}
-
-	std::this_thread::sleep_for(2s);
+*/
+	std::this_thread::sleep_for(1s);
 	return 0;
 }