Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,20 +0,0 @@
|
|||
[datetime]$start = Get-Date
|
||||
|
||||
[int]$count = 3
|
||||
|
||||
[timespan[]]$times = for ($i = 0; $i -lt $count; $i++)
|
||||
{
|
||||
Measure-Command {0..999999 | Out-Null}
|
||||
}
|
||||
|
||||
[datetime]$end = Get-Date
|
||||
|
||||
$rate = [PSCustomObject]@{
|
||||
StartTime = $start
|
||||
EndTime = $end
|
||||
Duration = ($end - $start).TotalSeconds
|
||||
TimesRun = $count
|
||||
AverageRunTime = ($times.TotalSeconds | Measure-Object -Average).Average
|
||||
}
|
||||
|
||||
$rate | Format-List
|
||||
Loading…
Add table
Add a link
Reference in a new issue