From 308e4ec700b9047836876b4581d24bfe7b1a7e2d Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Thu, 13 Oct 2022 22:46:21 +0200 Subject: Add simple benchmarks. As preparation for an eventual rewrite of the base conversion code. --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3