Skip to content

Commit f7450eb

Browse files
use svchost instead explorer
1 parent a0ec9b8 commit f7450eb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/perf-compare.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)