Skip to content

Commit

Permalink
chore(bench): add 4_4 parameters set to pbs throughput benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Feb 5, 2024
1 parent 5513d3a commit a3c07de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tfhe/benches/core_crypto/pbs_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fn throughput_benchmark_parameters<Scalar: UnsignedInteger>(
PARAM_MESSAGE_1_CARRY_1_KS_PBS,
PARAM_MESSAGE_2_CARRY_2_KS_PBS,
PARAM_MESSAGE_3_CARRY_3_KS_PBS,
PARAM_MESSAGE_4_CARRY_4_KS_PBS,
]
.iter()
.map(|params| {
Expand Down

0 comments on commit a3c07de

Please sign in to comment.