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 7980cd5..ac0ea6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,5 +26,17 @@ ripemd = "0.1.3"
criterion = "0.4.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