diff --git a/README.md b/README.md index 88d7d39..e97f4e1 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,9 @@ _As far as I'm concerned, Microfetch is faster than almost every fetch tool there is. The only downside of using Rust is introducing more "bloated" dependency trees and increasing build times. The latter is easily mitigated with Nix's binary cache, though._ + To benchmark individual functions, +[Criterion](https://github.com/bheisler/criterion.rs) is used. See their README +for details or just run `cargo bench` to benchmark everything. ## Customizing