Skip to content

Commit

Permalink
Merge pull request #270 from dtolnay/bench
Browse files Browse the repository at this point in the history
Update benchmark results using nightly-2024-01-07
  • Loading branch information
dtolnay authored Jan 7, 2024
2 parents cf2c43f + c54eb48 commit 376a061
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Example output:
<pre>
$ <b>cargo run && cargo run --release</b>

<i>Compiling quote v1.0.10</i>
<i>Compiling quote v1.0.35</i>
<i>Compiling quote-benchmark v0.0.0</i>
<kbd><kbd><b>macro in debug mode: 1655 micros</b></kbd></kbd>
<kbd><kbd><b>macro in debug mode: 440 micros</b></kbd></kbd>
<i>Finished dev [unoptimized + debuginfo] target(s) in 4.39s</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>
<kbd><kbd><b>non-macro in debug mode: 537 micros</b></kbd></kbd>
<i>Compiling quote v1.0.35</i>
<i>Compiling quote-benchmark v0.0.0</i>
<kbd><kbd><b>macro in release mode: 1635 micros</b></kbd></kbd>
<kbd><kbd><b>macro in release mode: 423 micros</b></kbd></kbd>
<i>Finished release [optimized] target(s) in 4.00s</i>
<i>Running `target/release/quote-benchmark`</i>
<kbd><kbd><b>non-macro in release mode: 105 micros</b></kbd></kbd>
<kbd><kbd><b>non-macro in release mode: 134 micros</b></kbd></kbd>
</pre>

0 comments on commit 376a061

Please sign in to comment.