Skip to content

Commit ef80946

Browse files
test fixes
1 parent 01aa844 commit ef80946

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

PSModuleDevelopment/functions/moduledebug/Set-PSMDModuleDebug.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@
175175
Export-Clixml -InputObject $newModules -Path (Get-PSFConfigValue -FullName 'PSModuleDevelopment.Debug.ConfigPath')
176176
}
177177
#endregion Name
178-
}
178+
}
179179
}
180180
Set-Alias -Name smd -Value Set-PSMDModuleDebug -Option AllScope -Scope Global

PSModuleDevelopment/functions/performance/Measure-PSMDCommand.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
function Measure-PSMDCommand
22
{
3-
43
<#
54
.SYNOPSIS
65
Measures command performance with consecutive tests.
@@ -12,10 +11,10 @@
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

0 commit comments

Comments
 (0)