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) |
|---|---|---|
| Min | 125 | 125.198 |
| P50 (Median) | 128 | 127.910 |
| P90 | 176 | 176.236 |
| P95 | 177 | 176.838 |
| P99 | 177 | 176.988 |
| Max | 177 | 176.988 |
| Total | 2,766 | 2,765.832 |
| Iterations | 20 |
To start up and run code of
#!/usr/bin/env pwsh
Write-Host "Hello from PowerShell!"
Backlinks