aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-20 21:45:43 +0200
committerAndreas Grois <andi@grois.info>2022-10-20 21:45:43 +0200
commite484af8f3c683e81d6445a4d66972ca1fa6897a6 (patch)
treef225e0c0228a576efc7d3b7974ccc7e8526f258b /Cargo.toml
parentbe766f81b6985b9df3da39d78fb19ec4383075c7 (diff)
parentea6789e5b33540270f5de3edb54264e6892fad73 (diff)
Merge branch 'main' into feature/heap-allocation-free-base-conversion
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