Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tfhe-benchmark/benches/high_level_api/bench_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ pub fn bench_fhe_type_op<FheType, Op>(
let inputs = op.setup_inputs(client_key, &mut rng);

let bench_type = get_bench_type();
let benchmark_spec = BenchmarkSpec::new_hlapi(
let benchmark_spec = BenchmarkSpec::new_hlapi_ops(
hlapi_op,
&param_name,
&operand_type,
Some(type_name),
bench_type,
*bench_type,
bench_backend_from_cfg(),
);
let bench_id = benchmark_spec.to_string();
Expand Down
Loading
Loading