This commit is contained in:
ami-GS 2024-05-11 02:23:55 +00:00
Родитель 383e90a299
Коммит c0a5f279aa
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -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
}