Skip to content

Commit

Permalink
Remove absolute path from benchmark example output
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 7, 2024
1 parent b01743f commit cf2c43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ $ <b>cargo run && cargo run --release</b>
<i>Compiling quote-benchmark v0.0.0</i>
<kbd><kbd><b>macro in debug mode: 1655 micros</b></kbd></kbd>
<i>Finished dev [unoptimized + debuginfo] target(s) in 4.39s</i>
<i>Running `/git/quote/target/debug/quote-benchmark`</i>
<i>Running `target/debug/quote-benchmark`</i>
<kbd><kbd><b>non-macro in debug mode: 1205 micros</b></kbd></kbd>
<i>Compiling quote v1.0.10</i>
<i>Compiling quote-benchmark v0.0.0</i>
<kbd><kbd><b>macro in release mode: 1635 micros</b></kbd></kbd>
<i>Finished release [optimized] target(s) in 4.00s</i>
<i>Running `/git/quote/target/release/quote-benchmark`</i>
<i>Running `target/release/quote-benchmark`</i>
<kbd><kbd><b>non-macro in release mode: 105 micros</b></kbd></kbd>
</pre>

0 comments on commit cf2c43f

Please sign in to comment.