Hacker News new | ask | show | jobs
by animesh 1495 days ago
On an i7-8700 w Kingston NVMe:

    PS C:\Users\me> (Measure-Command { pwsh -c exit }).TotalMilliseconds
    265.3785

    PS C:\Users\me> (Measure-Command { powershell -noprofile -c exit }).TotalMilliseconds
    119.481