diff --git a/benches/README.md b/benches/README.md index 2393ed1..3740430 100644 --- a/benches/README.md +++ b/benches/README.md @@ -7,12 +7,12 @@ $ cargo run && cargo run --release Compiling quote-benchmark v0.0.0 macro in debug mode: 1655 micros Finished dev [unoptimized + debuginfo] target(s) in 4.39s - Running `/git/quote/target/debug/quote-benchmark` + Running `target/debug/quote-benchmark` non-macro in debug mode: 1205 micros Compiling quote v1.0.10 Compiling quote-benchmark v0.0.0 macro in release mode: 1635 micros Finished release [optimized] target(s) in 4.00s - Running `/git/quote/target/release/quote-benchmark` + Running `target/release/quote-benchmark` non-macro in release mode: 105 micros