Skip to content

Commit 13fd625

Browse files
Update process.ps1
1 parent a89f834 commit 13fd625

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/process/process.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,5 @@ $time = Measure-Command { win-witr spoolsv | Out-Default }
6767
$time = Measure-Command { win-witr taskhostw | Out-Default }
6868
"taskhostw.exe check took {0} ms" -f $time.TotalMilliseconds
6969

70-
$time = Measure-Command { win-witr dllhost | Out-Default }
71-
"dllhost.exe check took {0} ms" -f $time.TotalMilliseconds
70+
7271

0 commit comments

Comments
 (0)