Skip to content

Instantly share code, notes, and snippets.

@torgro
Created September 19, 2016 10:38
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 torgro/58886c126c5e6f0f589f86aaeaf54ffe to your computer and use it in GitHub Desktop.
Save torgro/58886c126c5e6f0f589f86aaeaf54ffe to your computer and use it in GitHub Desktop.
foreach($count in (0..10))
{
$id1 = $CollectionOfIDs | Get-Random
$id2 = $CollectionOfIDs | Get-Random
[gc]::Collect()
$measureHash += Measure-Command -Expression {
$csvHash[$id1,$id2]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment