You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This project was inspired by [node-tree-kill](https://github.com/pkrumins/node-t
25
25
26
26
The reason I created this is because I have a case where I need to stop grandchild processes.
27
27
This is because the way to kill a grandchild process on the Windows platform is to use the `Win32` API to determine the process relationship and either kill them all (Kill Tree's implementation) or call the `taskkill` program.
28
-
Even my program is more than __3-5x faster__ than `taskkill`. (see [bench](/docs/bench.md))
28
+
Even my program is more than __3-5x faster__ than `taskkill`. (see [bench](https://github.com/oneofthezombies/kill-tree/blob/main/docs/bench.md))
0 commit comments