mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore(bench): add modulus switch noise reduction bench
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user