File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,24 +120,24 @@ jobs:
120120 Write-Host "Testing process lookup performance on $($testProcesses.Count) processes" -ForegroundColor Yellow
121121 Write-Host ""
122122
123- # First, show sample output from each tool for explorer process
123+ # First, show sample output from each tool for svchost process
124124 Write-Host "=====================================" -ForegroundColor Cyan
125- Write-Host "SAMPLE OUTPUT COMPARISON (explorer )" -ForegroundColor Cyan
125+ Write-Host "SAMPLE OUTPUT COMPARISON (svchost )" -ForegroundColor Cyan
126126 Write-Host "=====================================" -ForegroundColor Cyan
127127 Write-Host ""
128128
129129 Write-Host "--- Go version output ---" -ForegroundColor Green
130- & $witrGo explorer
130+ & $witrGo svchost
131131 Write-Host ""
132132
133133 if ($hasRust) {
134134 Write-Host "--- Rust version output ---" -ForegroundColor Green
135- & $witrRust explorer
135+ & $witrRust svchost
136136 Write-Host ""
137137 }
138138
139139 Write-Host "--- C++ version output ---" -ForegroundColor Green
140- & $witrCpp explorer
140+ & $witrCpp svchost
141141 Write-Host ""
142142 Write-Host ""
143143
You can’t perform that action at this time.
0 commit comments