mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-25 08:29:20 +00:00
Lowered threshold for CI
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user