mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore(bench): run core_crypto benchmarks on all parameters p-fail
This also add KS-PBS benchmarks.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user