diff options
author | Andreas Grois <andi@grois.info> | 2022-10-20 21:45:43 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-20 21:45:43 +0200 |
commit | e484af8f3c683e81d6445a4d66972ca1fa6897a6 (patch) | |
tree | f225e0c0228a576efc7d3b7974ccc7e8526f258b /Cargo.toml | |
parent | be766f81b6985b9df3da39d78fb19ec4383075c7 (diff) | |
parent | ea6789e5b33540270f5de3edb54264e6892fad73 (diff) |
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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 |