Skip to content

Commit d8d51c2

Browse files
Fix formatting of Write-Host output in Measure-InstallPerformance.ps1
1 parent a63442d commit d8d51c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Measure-InstallPerformance.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ if ($IncludeAll) {
147147
$results.Add((Measure-Scenario @allArgs))
148148
}
149149

150-
Write-Host ""
150+
Write-Host ''
151151
Write-Host "Summary for iteration '$Iteration':" -ForegroundColor Yellow
152152
$results | Format-Table Iteration, Scenario, DurationS, Module -AutoSize

0 commit comments

Comments
 (0)