File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
PSModuleDevelopment/functions Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 175175 Export-Clixml - InputObject $newModules - Path (Get-PSFConfigValue - FullName ' PSModuleDevelopment.Debug.ConfigPath' )
176176 }
177177 # endregion Name
178- }
178+ }
179179}
180180Set-Alias - Name smd - Value Set-PSMDModuleDebug - Option AllScope - Scope Global
Original file line number Diff line number Diff line change 11function Measure-PSMDCommand
22{
3-
43 <#
54 . SYNOPSIS
65 Measures command performance with consecutive tests.
1211 This is best suited for measuring the performance of tasks that will later be run repeatedly as well.
1312 It also is useful for mitigating local performance fluctuations when comparing performances.
1413
15- PARAMETER ScriptBlock
14+ . PARAMETER ScriptBlock
1615 The scriptblock whose performance is to be measure.
1716
18- PARAMETER Iterations
17+ . PARAMETER Iterations
1918 How many times should this performance test be repeated.
2019
2120 . PARAMETER TestSet
You can’t perform that action at this time.
0 commit comments