зеркало из https://github.com/microsoft/msquic.git
fix a bit
This commit is contained in:
Родитель
383e90a299
Коммит
c0a5f279aa
|
@ -499,9 +499,8 @@ function Invoke-Secnetperf {
|
|||
}
|
||||
|
||||
# These scenarios are currently broken! TODO - Figure out why and fix them.
|
||||
if (($io -eq "wsk" -and $metric -eq "hps") -or
|
||||
# (!$isWindows -and $io -eq "xdp" -and $metric -eq "hps")
|
||||
) {
|
||||
if (($io -eq "wsk" -and $metric -eq "hps")) {
|
||||
# -or (!$isWindows -and $io -eq "xdp" -and $metric -eq "hps"))) {
|
||||
Write-Host "> secnetperf $clientArgs BROKEN!"
|
||||
continue
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче