Files
loc_az_hci/infrastructure/crypto/test-qat-acceleration.ps1
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

11 lines
490 B
PowerShell

# Test QAT Acceleration Performance
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "QAT Acceleration Testing" -ForegroundColor Cyan
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "`nTest QAT acceleration:" -ForegroundColor Yellow
Write-Host "Linux: openssl speed -engine qat -elapsed -async_jobs 36 rsa2048" -ForegroundColor White
Write-Host "Check QAT service: qat_service status" -ForegroundColor White