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, 0 insertions, 10 deletions
diff --git a/proc-macro2/benches/bench-libproc-macro/README.md b/proc-macro2/benches/bench-libproc-macro/README.md
deleted file mode 100644
index 80e4939..0000000
--- a/proc-macro2/benches/bench-libproc-macro/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-```