From ba6f855a66a770bf23a156b561d74dcb4886cc10 Mon Sep 17 00:00:00 2001 From: stvsmth Date: Tue, 2 Nov 2021 08:37:37 -0600 Subject: [PATCH] Fix typo in benches readme. Correct the file location of the index.html file. --- benches/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benches/README.md b/benches/README.md index 0a9a936518..f6e5129617 100644 --- a/benches/README.md +++ b/benches/README.md @@ -5,7 +5,7 @@ These are some files to determine performance of rustpython. ## Usage Running `cargo bench` from the root of the repository will start the benchmarks. Once done there will be a graphical -report under `target/critierion/report/index.html` that you can use use to view the results. +report under `target/criterion/report/index.html` that you can use use to view the results. To view Python tracebacks during benchmarks, run `RUST_BACKTRACE=1 cargo bench`. You can also bench against a specific installed Python version by running: