aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-13 22:46:21 +0200
committerAndreas Grois <andi@grois.info>2022-10-13 22:46:21 +0200
commit308e4ec700b9047836876b4581d24bfe7b1a7e2d (patch)
treea9459aafcb911d59c1335e21e4a887025c36ea9b /Cargo.toml
parent17a0de060219e04ffe9b75e014c74eda6212e8fb (diff)
Add simple benchmarks.
As preparation for an eventual rewrite of the base conversion code.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1ad2e3..7980cd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,4 +22,9 @@ md4 = "0.10.2"
md-5 = "0.10.5"
sha-1 = "0.10.0"
sha2 = "0.10.6"
-ripemd = "0.1.3" \ No newline at end of file
+ripemd = "0.1.3"
+criterion = "0.4.0"
+
+[[bench]]
+name = "hashrate"
+harness = false \ No newline at end of file