This commit is contained in:
Jean-Philippe Bossuat
2025-01-09 18:02:26 +01:00
parent 236978d1b0
commit 0886e439e0
5 changed files with 147 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ prime_factorization = "1.0.5"
itertools = "0.14.0"
criterion = "0.5.1"
rand_distr = "0.4.3"
indexmap = "2.7.0"
sampling = { path = "../sampling" }
[[bench]]