Skip to content

Commit

Permalink
auctioneer_r2 benchmark modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeinar committed Sep 4, 2024
1 parent 57bcc04 commit f774786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benches/auctioneer_r2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ fn round_1(c: &mut Criterion) {
}

fn round_2(c: &mut Criterion) {
const N: usize = 32;
const B: usize = 32;
const N: usize = 8192;
const B: usize = 256;

let a = setup_round_2::<N, B>();
let id = format!("Round2: range = {}, bidders = {}", N, B);
Expand Down

0 comments on commit f774786

Please sign in to comment.