added gadget_product benchmark

This commit is contained in:
Jean-Philippe Bossuat
2025-02-13 11:23:00 +01:00
parent 73326d49ee
commit 4aeaf99fe2
3 changed files with 139 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
criterion = {workspace = true}
base2k = {path="../base2k"}
sampling = {path="../sampling"}
rand_distr = {workspace = true}
[[bench]]
name = "gadget_product"
harness = false