1
for(;;){ (Measure-Command -Expression { Invoke-WebRequest -Method GET -Uri "http주소" }).Milliseconds }
cs