param( $path = "C:\\test" )cls (Measure-Command{ # $s = [Text.StringBuilder]::new() for($i=1; $i -le 1000; $i++){ $s.AppendLine("[$i] Str")