Skip to content

Update benchmark example output #314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```