Skip to content

Commit 811abdb

Browse files
committed
doc: Add a benchmark chart
1 parent e34a188 commit 811abdb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Summarize disk usage of the set of files, recursively for directories.
1515

1616
Both `dust` (v0.5.4) and `dutree` (v0.12.5) do not utilize the parallel computing capability of Rust to improve performance.
1717

18+
_Below is a benchmark sample of `pdu` (v0.0.0) against `dust`, `dutree`, and `du` (lower is better):_
19+
20+
<a href="https://github.com/KSXGitHub/parallel-disk-usage-0.0.0-benchmarks/blob/master/tmp.benchmark-report.CHARTS.md">
21+
<img
22+
alt="benchmark pdu v0.0.0 against dust, dutree, and du"
23+
src="https://ksxgithub.github.io/parallel-disk-usage-0.0.0-benchmarks/tmp.benchmark-report.competing.blksize.svg"
24+
>
25+
</a>
26+
1827
## Demo
1928

2029
[![asciicast of pdu command](https://asciinema.org/a/416663.svg)](https://asciinema.org/a/416663)

0 commit comments

Comments
 (0)