chore(bench): add modulus switch noise reduction bench

This commit is contained in:
Mayeul@Zama
2024-12-05 12:45:41 +01:00
committed by mayeul-zama
parent 6eb4b80713
commit 1993f18bdb
2 changed files with 94 additions and 0 deletions

View File

@@ -168,6 +168,13 @@ path = "benches/core_crypto/dev_bench.rs"
harness = false
required-features = ["internal-keycache"]
[[bench]]
name = "modulus_switch_noise_reduction"
path = "benches/core_crypto/modulus_switch_noise_reduction.rs"
harness = false
required-features = ["shortint"]
[[bench]]
name = "pbs128-bench"
path = "benches/core_crypto/pbs128_bench.rs"