add benchmarks

This commit is contained in:
2025-03-28 19:37:43 -04:00
parent 47e09571fc
commit 00e91a709f
4 changed files with 393 additions and 2 deletions

View File

@@ -13,6 +13,13 @@ rand_distr = "0.5"
rayon = "1.10"
fastapprox = "0.3"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "benchmark"
harness = false
[profile.release]
codegen-units = 1
opt-level = 3