From ef0d4e19843731d491c606d7e70ab0724913616b Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 17 Jun 2025 18:03:25 +0200 Subject: Add benches --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a709534..dcfd0aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,17 @@ [package] name = "mt-rs" -author = "Santo Cariotti " +authors = ["Santo Cariotti "] version = "0.1.0" edition = "2024" [dependencies] hex = { version = "0.4.3" } sha2 = { version = "0.10.9" } + +[dev-dependencies] +criterion = { version = "0.6.0" } +rand = "0.8" + +[[bench]] +name = "bigfile" +harness = false -- cgit v1.2.3-71-g8e6c