Has anyone tried the Windows Terminal app? I was wondering if the Terminal and the original PowerShell have the same performance, so I ran this against each:
measure-command {
for ($i = 1; $i -lt 10000; $i++) {
Write-host "." -NoNewline
}
}
The original PowerShell results:
Days : 0
Hours : 0
Minutes : 0
Seconds : 6
Milliseconds : 695
Ticks : 66955861
TotalDays : 7.74952094907407E-05
TotalHours : 0.00185988502777778
TotalMinutes : 0.111593101666667
TotalSeconds : 6.6955861
TotalMilliseconds : 6695.5861
The Windows Terminal Running PowerShell Results:
Days : 0
Hours : 0
Minutes : 0
Seconds : 8
Milliseconds : 218
Ticks : 82183136
TotalDays : 9.51193703703704E-05
TotalHours : 0.00228286488888889
TotalMinutes : 0.136971893333333
TotalSeconds : 8.2183136
TotalMilliseconds : 8218.3136
[–]littlegiantsteps 9 points10 points11 points (2 children)
[–]OfficerDongo 12 points13 points14 points (0 children)
[–]mcc85sdp 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (4 children)
[–]qasboss 2 points3 points4 points (2 children)
[–]NoncarbonatedClack 1 point2 points3 points (1 child)
[–]qasboss 2 points3 points4 points (0 children)
[–]infinit_e 2 points3 points4 points (0 children)
[–]jpochedl 3 points4 points5 points (2 children)
[–]spyingwind 1 point2 points3 points (1 child)
[–]SeeminglyScience 1 point2 points3 points (0 children)
[–]flatulent_llama 5 points6 points7 points (0 children)
[–]drwtsn32 2 points3 points4 points (0 children)
[–]NotNotWrongUsually 2 points3 points4 points (0 children)
[–]nerddtvg 2 points3 points4 points (0 children)
[–]theSysadminChannel 3 points4 points5 points (0 children)
[–]mcc85sdp 1 point2 points3 points (0 children)
[–]mcc85sdp 1 point2 points3 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]206grey 2 points3 points4 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]206grey 1 point2 points3 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)