diff --git a/README.md b/README.md index e8843a8..a7dfcc6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # findutils [![Crates.io](https://img.shields.io/crates/v/findutils.svg)](https://crates.io/crates/findutils) -[![Build status](https://ci.appveyor.com/api/projects/status/wrmbs03dn6sb721e/branch/master?svg=true)](https://ci.appveyor.com/project/Arcterus/findutils/branch/master) +[![dependency status](https://deps.rs/repo/github/uutils/findutils/status.svg)](https://deps.rs/repo/github/uutils/findutils) [![codecov](https://codecov.io/gh/uutils/findutils/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/findutils) Rust implementation of [GNU findutils](https://www.gnu.org/software/findutils/). @@ -13,4 +13,9 @@ bash util/build-gnu.sh # To run a specific test: bash util/build-gnu.sh tests/misc/help-version.sh -``` \ No newline at end of file +``` + +## Comparing with GNU + +![Evolution over time - GNU testsuite](https://github.com/uutils/findutils-tracking/blob/main/gnu-results.png?raw=true) +![Evolution over time - BFS testsuite](https://github.com/uutils/findutils-tracking/blob/main/bfs-results.png?raw=true)