Skip to content

Commit

Permalink
docs: flx bench link
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 12, 2024
1 parent 6d1dbe1 commit 12bf338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This project was inspired by [node-tree-kill](https://github.com/pkrumins/node-t

The reason I created this is because I have a case where I need to stop grandchild processes.
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.
Even my program is more than __3-5x faster__ than `taskkill`. (see [bench](/docs/bench.md))
Even my program is more than __3-5x faster__ than `taskkill`. (see [bench](https://github.com/oneofthezombies/kill-tree/blob/main/docs/bench.md))

---

Expand Down

0 comments on commit 12bf338

Please sign in to comment.