Explorar o código

Lowered threshold for CI

Paul-Louis Ageneau %!s(int64=5) %!d(string=hai) anos
pai
achega
c83196ee40
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");
 }