Startup Time Benchmark

About 150 millis to start up a powershell script.

🏁 Benchmarker finished for [pwsh] args=['/Users/nkondrat/vintrin-env/pwsh/script/hello_world.ps1']

Metric(millis)(millis)
Min125125.198
P50 (Median)128127.910
P90176176.236
P95177176.838
P99177176.988
Max177176.988
Total2,7662,765.832
Iterations20

To start up and run code of

#!/usr/bin/env pwsh

Write-Host "Hello from PowerShell!"

Backlinks