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 175
175
Export-Clixml - InputObject $newModules - Path (Get-PSFConfigValue - FullName ' PSModuleDevelopment.Debug.ConfigPath' )
176
176
}
177
177
# endregion Name
178
- }
178
+ }
179
179
}
180
180
Set-Alias - Name smd - Value Set-PSMDModuleDebug - Option AllScope - Scope Global
Original file line number Diff line number Diff line change 1
1
function Measure-PSMDCommand
2
2
{
3
-
4
3
<#
5
4
. SYNOPSIS
6
5
Measures command performance with consecutive tests.
12
11
This is best suited for measuring the performance of tasks that will later be run repeatedly as well.
13
12
It also is useful for mitigating local performance fluctuations when comparing performances.
14
13
15
- PARAMETER ScriptBlock
14
+ . PARAMETER ScriptBlock
16
15
The scriptblock whose performance is to be measure.
17
16
18
- PARAMETER Iterations
17
+ . PARAMETER Iterations
19
18
How many times should this performance test be repeated.
20
19
21
20
. PARAMETER TestSet
You can’t perform that action at this time.
0 commit comments