This commit is contained in:
Nick Banks 2024-10-11 10:27:05 -04:00
Родитель 3afdfbfec3
Коммит 410e492270
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -131,7 +131,7 @@ PerfClient::Init(
Upload = 512;
Download = 4000;
ConnectionCount = 16 * CxPlatProcCount();
StreamCount = 10;
StreamCount = 100;
RunTime = S_TO_US(20); // 20 seconds
RepeatStreams = TRUE;
PrintLatency = TRUE;