Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
490 B
PowerShell
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
|
|
|