From e3189454dd22ccd724b8caba6e49f3fae963292e Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 6 Dec 2023 14:06:55 +0100 Subject: add first benchmarks for bbg --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5b91a77..604de8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,11 @@ rand = "0.8.5" serde = { version = "1.0.193", features = ["derive"] } sha3 = "0.10.8" thiserror = "1.0.50" + +[dev-dependencies] +criterion = "0.5.1" +rand_chacha = "0.3.1" + +[[bench]] +name = "bbg" +harness = false -- cgit v1.2.3