diff options
author | Andreas Grois <andi@grois.info> | 2022-10-19 20:39:20 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-19 20:39:20 +0200 |
commit | c9345e9a24f7a8fa802c63574d88ea7a3609570b (patch) | |
tree | 3a3afdeb14723ec5135bb194b42c4722c7fee372 /Cargo.toml | |
parent | 86851fe70c0ff7ff1da98a82edabeef9c2ad989e (diff) |
Add many-numbers test for long division.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ sha-1 = "0.10.0" sha2 = "0.10.6" ripemd = "0.1.3" criterion = "0.4.0" +rand = "0.8.5" +rand_xoshiro = "0.6.0" [[bench]] name = "hashrate" |