Skip to content

Commit

Permalink
Merge pull request #314 from dtolnay/bench
Browse files Browse the repository at this point in the history
Update benchmark example output
  • Loading branch information
dtolnay authored Dec 26, 2021
2 parents a85f0f0 + dc22e17 commit 05fb118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benches/bench-libproc-macro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Example output:
$ cargo check --release

Compiling bench-libproc-macro v0.0.0
STRING: 8 millis
TOKENSTREAM: 25721 millis
Finished release [optimized] target(s) in 26.15s
STRING: 15 millis
TOKENSTREAM: 97 millis
Finished release [optimized] target(s) in 1.06s
```

0 comments on commit 05fb118

Please sign in to comment.