From 8fe924cb681a1825fe6c2f813f643144d3f5bc38 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Jan 2022 01:23:31 +0100 Subject: [PATCH] update of the readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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)