From fa3dbd719de0c2a1613cda4071272aafb42f605e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 27 Oct 2024 20:07:40 +0100 Subject: [PATCH] Suggest to look at the results using a web browser --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e82d1a..b4b03cd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ algorithms in Rust and benchmark them. Let the battle begin. 1. Install [Rust][rust] and [gnuplot][gnuplot]. 2. Run `cargo bench`. -3. Look at the results in `./target/criterion/report/`. +3. Use a web browser to look at the results located in + `./target/criterion/report/`. [rust]: https://www.rust-lang.org/ [gnuplot]: http://www.gnuplot.info/