update README to include benchmarking of individual functions

This commit is contained in:
vali 2024-08-15 18:13:52 +02:00
commit 2f943be035

View file

@ -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