README: formatting

This commit is contained in:
vali 2024-08-15 18:14:49 +02:00
commit 4c15dead6c

View file

@ -69,6 +69,7 @@ _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" there is. The only downside of using Rust is introducing more "bloated"
dependency trees and increasing build times. The latter is easily mitigated with dependency trees and increasing build times. The latter is easily mitigated with
Nix's binary cache, though._ Nix's binary cache, though._
To benchmark individual functions, To benchmark individual functions,
[Criterion](https://github.com/bheisler/criterion.rs) is used. See their README [Criterion](https://github.com/bheisler/criterion.rs) is used. See their README
for details or just run `cargo bench` to benchmark everything. for details or just run `cargo bench` to benchmark everything.