Skip to content

Commit 0de92bd

Browse files
authored
Merge pull request RustPython#3403 from stvsmth/benches-readme-typo
Fix typo in benches readme.
2 parents 93ef12e + ba6f855 commit 0de92bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ These are some files to determine performance of rustpython.
55
## Usage
66

77
Running `cargo bench` from the root of the repository will start the benchmarks. Once done there will be a graphical
8-
report under `target/critierion/report/index.html` that you can use use to view the results.
8+
report under `target/criterion/report/index.html` that you can use use to view the results.
99

1010
To view Python tracebacks during benchmarks, run `RUST_BACKTRACE=1 cargo bench`. You can also bench against a
1111
specific installed Python version by running:

0 commit comments

Comments
 (0)