Skip to content

Commit

Permalink
Prepare for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Oct 6, 2023
1 parent bc63f43 commit 762b924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zk_prover/benches/full_solvency_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ use summa_solvency::{

const SAMPLE_SIZE: usize = 10;
const LEVELS: usize = 15;
const N_ASSETS: usize = 2;
const PATH_NAME: &str = "two_assets";
const N_ASSETS: usize = 1;
const PATH_NAME: &str = "one_asset";
const N_BYTES: usize = 14;

fn build_mstree(_c: &mut Criterion) {
Expand Down

0 comments on commit 762b924

Please sign in to comment.