Skip to content

Commit 9477842

Browse files
authored
Update Performance.md
Delete extra line.
1 parent 670a534 commit 9477842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Best-Practices/Performance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ This is just a rough guideline, but as a general rule:
7878
3. Simple PowerShell script is still faster than calling functions or cmdlets
7979

8080
It's counter-intuitive that script is faster than calling cmdlets that are compiled, but it's frequently true, unless there is a lot of work being done by each cmdlet. The overhead of calling cmdlets and passing data around is significant. Of course, this is just a guideline, and you should always **measure**.
81-

0 commit comments

Comments
 (0)