Skip to content

Instantly share code, notes, and snippets.

@kostrse
Created February 28, 2017 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kostrse/57d5bb7d969d1c90a9fc3e0e714fb2ba to your computer and use it in GitHub Desktop.
Save kostrse/57d5bb7d969d1c90a9fc3e0e714fb2ba to your computer and use it in GitHub Desktop.
$n = 100; $sum = 0; for ($i=0; $i -lt $n; $i++) { $sum = $sum + (Measure-Command -Expression { Invoke-WebRequest -Uri $url }).Milliseconds }; $sum / $n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment