From 2f943be035ad88a998fd5726bf1333ad10dbde83 Mon Sep 17 00:00:00 2001 From: vali Date: Thu, 15 Aug 2024 18:13:52 +0200 Subject: [PATCH] update README to include benchmarking of individual functions --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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