Skip to content

Commit

Permalink
Set K=18, N_CURRENCIES=175
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Feb 29, 2024
1 parent 6c34022 commit 1a02dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kzg_prover/benches/kzg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fn bench_kzg<
}

fn criterion_benchmark(_c: &mut Criterion) {
const N_CURRENCIES: usize = 100;
const N_CURRENCIES: usize = 175;

#[cfg(not(feature = "no_range_check"))]
// {
Expand All @@ -273,7 +273,7 @@ fn criterion_benchmark(_c: &mut Criterion) {
// }
#[cfg(not(feature = "no_range_check"))]
{
const K: u32 = 19;
const K: u32 = 18;
const N_USERS: usize = 64;
bench_kzg::<K, N_USERS, N_CURRENCIES, UnivariateGrandSumConfig<N_CURRENCIES, N_USERS>>(
format!("K = {K}, N_USERS = {N_USERS}, N_CURRENCIES = {N_CURRENCIES}").as_str(),
Expand Down

0 comments on commit 1a02dfb

Please sign in to comment.