blob: 80e493946c1065875c5f0b7def3e4201440d2c50 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Example output:
```console
$ cargo check --release
Compiling bench-libproc-macro v0.0.0
STRING: 8 millis
TOKENSTREAM: 25721 millis
Finished release [optimized] target(s) in 26.15s
```
|