$sw = [System.Diagnostics.Stopwatch]::StartNew()
$response = Invoke-RestMethod -Uri "ddsad" -Method GET
$sw.Stop()
Write-Host "Response Time: $($sw.ElapsedMilliseconds) ms"
$sw = [System.Diagnostics.Stopwatch]::StartNew()
$response = Invoke-RestMethod -Uri "ddsad" -Method GET
$sw.Stop()
Write-Host "Response Time: $($sw.ElapsedMilliseconds) ms"