mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore: fix various target issues for benchmarks following renames
- renames were done to uniformize and make it easier to setup perf regression measurements, some names were not updated this PR fixes that
This commit is contained in:
@@ -470,7 +470,7 @@ pub fn throughput_num_threads(num_block: usize, op_pbs_count: u64) -> u64 {
|
||||
|
||||
// Given an `Op` this returns how many more ops should be done in parallel
|
||||
// to saturate the CPU and have a better throughput measurement
|
||||
#[cfg(feature = "integer")]
|
||||
#[cfg(all(feature = "integer", feature = "pbs-stats"))]
|
||||
pub fn hlapi_throughput_num_ops<Op>(op: Op, cks: &tfhe::ClientKey) -> usize
|
||||
where
|
||||
Op: FnOnce(),
|
||||
|
||||
Reference in New Issue
Block a user