aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 14 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62fd7be..24363ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,5 +28,17 @@ rand = "0.8.5"
rand_xoshiro = "0.6.0"
[[bench]]
-name = "hashrate"
-harness = false \ No newline at end of file
+name = "hashrate_32"
+harness = false
+
+[[bench]]
+name = "hashrate_20"
+harness = false
+
+[[bench]]
+name = "hashrate_16"
+harness = false
+
+[[bench]]
+name = "leet"
+harness = false