Skip to content

Commit 2b8ed88

Browse files
committed
docs: add bench info
1 parent 6517a83 commit 2b8ed88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/bench.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ C:\WINDOWS\system32\taskkill.exe /F /T /PID <process_id>
66

77
platform: windows, arch: x86_64, exe: target/release/kill_tree_cli.exe, count: 100, total_ms: 1616, average_ms: 16
88
platform: windows, arch: x86_64, exe: C:\WINDOWS\system32\taskkill.exe, count: 100, total_ms: 6167, average_ms: 61
9+
faster 3.816212871287129x
910

1011
platform: windows, arch: x86_64, exe: target/release/kill_tree_cli.exe, count: 200, total_ms: 2635, average_ms: 13
1112
platform: windows, arch: x86_64, exe: C:\WINDOWS\system32\taskkill.exe, count: 200, total_ms: 13425, average_ms: 67
13+
faster 5.094876660341556x
1214

1315
platform: windows, arch: x86_64, exe: target/release/kill_tree_cli.exe, count: 300, total_ms: 4427, average_ms: 14
1416
platform: windows, arch: x86_64, exe: C:\WINDOWS\system32\taskkill.exe, count: 300, total_ms: 22351, average_ms: 74
17+
faster 5.048791506663655x
1518

1619
```sh
1720
# wmic cpu get NumberOfCores,NumberOfLogicalProcessors

0 commit comments

Comments
 (0)