From 104c4ba5a62aa9431cfbffbd255fd6543e6dd655 Mon Sep 17 00:00:00 2001 From: vali Date: Thu, 15 Aug 2024 17:29:28 +0000 Subject: [PATCH] Update README.md Co-authored-by: raf --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b9d929..d1fb3ca 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,12 @@ 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.rs](https://github.com/bheisler/criterion.rs) is used. See their -[Getting Started Guide](https://bheisler.github.io/criterion.rs/book/getting_started.html) -for details or just run `cargo bench` to benchmark everything. +[Criterion.rs]: https://github.com/bheisler/criterion.rs +[Getting Started Guide]: https://bheisler.github.io/criterion.rs/book/getting_started.html +To benchmark individual functions, [Criterion.rs] is used. See Criterion's +[Getting Started Guide] for details or just run `cargo bench` to benchmark +all features of Microfetch ## Customizing You can't\*.