From 4c15dead6c0d10f347a6216ec8d86e20575a261c Mon Sep 17 00:00:00 2001 From: vali Date: Thu, 15 Aug 2024 18:14:49 +0200 Subject: [PATCH] README: formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e97f4e1..af31430 100644 --- a/README.md +++ b/README.md @@ -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" 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.