Skip to content

Commit

Permalink
Update benchmark example output
Browse files Browse the repository at this point in the history
This has been running hundreds of times faster since Rust 1.40.
  • Loading branch information
dtolnay committed Dec 26, 2021
1 parent a85f0f0 commit dc22e17
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 dc22e17

Please sign in to comment.