Skip to content

Commit 12bf338

Browse files
committed
docs: flx bench link
1 parent 6d1dbe1 commit 12bf338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This project was inspired by [node-tree-kill](https://github.com/pkrumins/node-t
2525

2626
The reason I created this is because I have a case where I need to stop grandchild processes.
2727
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))
2929

3030
---
3131

0 commit comments

Comments
 (0)