Skip to content

Commit

Permalink
fix path to file in README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark committed Mar 14, 2018
1 parent 00b09dc commit 5b5316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -241,7 +241,7 @@ mspec

Ruby's benchmarks are pretty well covered here. So here's the pattern for running Rust benchmarks
to see whether your new implementations or modifications are faster. Look at
[`basename_benchmark.rs`](benches/basename_benchmark.rs) for an example on how to implement Rust
[`basename_benchmark.rs`](benches/basename_bench.rs) for an example on how to implement Rust
benchmarks. You'll need to create a benchmark for the current implementation and an identical
benchmark for your new version. The versions with be benchmark method names ending in `_version#`.

Expand Down

0 comments on commit 5b5316d

Please sign in to comment.