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:
Arthur Meyre
2025-10-20 09:50:51 +02:00
parent 39862c2861
commit 205b767fc1
2 changed files with 6 additions and 6 deletions

View File

@@ -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(),