summaryrefslogtreecommitdiffstats
path: root/vendor/sha-1-0.8.2/benches/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sha-1-0.8.2/benches/lib.rs')
-rw-r--r--vendor/sha-1-0.8.2/benches/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/sha-1-0.8.2/benches/lib.rs b/vendor/sha-1-0.8.2/benches/lib.rs
new file mode 100644
index 000000000..e204e565a
--- /dev/null
+++ b/vendor/sha-1-0.8.2/benches/lib.rs
@@ -0,0 +1,7 @@
+#![no_std]
+#![feature(test)]
+#[macro_use]
+extern crate digest;
+extern crate sha1;
+
+bench!(sha1::Sha1);