Skip to content

Commit 1f994fd

Browse files
committed
doc: Improve benchmark section
1 parent 351c39e commit 1f994fd

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@ 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>
18+
## Benchmark
19+
20+
The benchmark was generated by [a GitHub Workflow](https://github.com/KSXGitHub/parallel-disk-usage/blob/0.0.0/.github/workflows/deploy.yaml#L458-L608).
21+
22+
<figure>
23+
<img src="https://ksxgithub.github.io/parallel-disk-usage-0.0.0-benchmarks/tmp.benchmark-report.competing.blksize.svg">
24+
<figcaption align="center">
25+
benchmark <code>pdu</code> v0.0.0 against <code>dust</code>, <code>dutree</code>, and <code>du</code>
26+
<em>(lower is better)</em>
27+
</figcaption>
28+
</figure>
29+
30+
[_(See more)_](https://github.com/KSXGitHub/parallel-disk-usage-0.0.0-benchmarks/blob/master/tmp.benchmark-report.CHARTS.md)
2631

2732
## Demo
2833

0 commit comments

Comments
 (0)