Skip to content

Commit

Permalink
Set K=18 and N_CURRENCIES=100
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Apr 29, 2024
1 parent d137e66 commit 32b528d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prover/benches/proof_of_liabilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ fn bench_summa<const K: u32, const N_USERS: usize, const N_CURRENCIES: usize>()
}

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

{
const K: u32 = 17;
const K: u32 = 18;
const N_USERS: usize = (1 << K as usize) - 6;
bench_summa::<K, N_USERS, N_CURRENCIES>();
}
Expand Down

0 comments on commit 32b528d

Please sign in to comment.