diff options
author | Andreas Grois <andi@grois.info> | 2022-10-13 22:46:21 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-13 22:46:21 +0200 |
commit | 308e4ec700b9047836876b4581d24bfe7b1a7e2d (patch) | |
tree | a9459aafcb911d59c1335e21e4a887025c36ea9b /Cargo.toml | |
parent | 17a0de060219e04ffe9b75e014c74eda6212e8fb (diff) |
Add simple benchmarks.
As preparation for an eventual rewrite of the base conversion code.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |