We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea7ab3 commit 33ebb31Copy full SHA for 33ebb31
good-practices/out-null.ps1
@@ -0,0 +1,2 @@
1
+Measure-Command { $(1..10000) | Out-Null } | Select-Object -Property TotalMilliseconds
2
+Measure-Command { $(1..10000) > $null } | Select-Object -Property TotalMilliseconds
0 commit comments