chore(bench): run core_crypto benchmarks on all parameters p-fail

This also add KS-PBS benchmarks.
This commit is contained in:
David Testé
2025-02-25 11:33:44 +01:00
committed by David Testé
parent ce327b7b27
commit 47589ea9a7
13 changed files with 1395 additions and 239 deletions

View File

@@ -162,6 +162,12 @@ path = "benches/core_crypto/pbs_bench.rs"
harness = false
required-features = ["boolean", "shortint", "internal-keycache"]
[[bench]]
name = "ks-pbs-bench"
path = "benches/core_crypto/ks_pbs_bench.rs"
harness = false
required-features = ["shortint", "internal-keycache"]
[[bench]]
name = "dev-bench"
path = "benches/core_crypto/dev_bench.rs"