Skip to content

Commit

Permalink
Set K=25
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Mar 7, 2024
1 parent 4e33704 commit 35be9bd
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 @@ -273,8 +273,8 @@ fn criterion_benchmark(_c: &mut Criterion) {
// }
#[cfg(not(feature = "no_range_check"))]
{
const K: u32 = 26;
const N_USERS: usize = (2_u32.pow(25_u32)) as usize;
const K: u32 = 25;
const N_USERS: usize = (2_u32.pow(24_u32)) as usize;
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(),
format!("../csv/entry_64_350.csv").as_str(),
Expand Down

0 comments on commit 35be9bd

Please sign in to comment.