aboutsummaryrefslogtreecommitdiff
path: root/proc-macro2/benches/bench-libproc-macro/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'proc-macro2/benches/bench-libproc-macro/README.md')
-rw-r--r--proc-macro2/benches/bench-libproc-macro/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/proc-macro2/benches/bench-libproc-macro/README.md b/proc-macro2/benches/bench-libproc-macro/README.md
new file mode 100644
index 0000000..80e4939
--- /dev/null
+++ b/proc-macro2/benches/bench-libproc-macro/README.md
@@ -0,0 +1,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
+```