From 821e27d2d0d0adca62af9a1586977d3d51053b99 Mon Sep 17 00:00:00 2001 From: vali Date: Thu, 15 Aug 2024 18:18:13 +0200 Subject: [PATCH] README: add link to Criterion's getting_started --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af31430..0b9d929 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ 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 +[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. ## Customizing