2
0
Paul-Louis Ageneau 5 жил өмнө
parent
commit
c83196ee40
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      test/main.cpp

+ 1 - 1
test/main.cpp

@@ -33,7 +33,7 @@ void test_benchmark() {
 	if (goodput == 0)
 		throw runtime_error("No data received");
 
-	const size_t threshold = 10000; // 10 MB/s;
+	const size_t threshold = 5000; // 5 MB/s;
 	if (goodput < threshold)
 		throw runtime_error("Goodput is too low");
 }