Skip to content

Commit

Permalink
uncomment code
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Pratt committed Nov 28, 2023
1 parent 15fd738 commit 5aea4f8
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions benches/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,39 @@ use dapol::{EntityId, Height, InclusionProof, MaxThreadCount};
// ================================================================================================

pub const TREE_HEIGHTS: [u8; 3] = [16, 32, 64];
pub const NUM_USERS: [u64; 13] = [
// 10_000,
// 20_000,
pub const NUM_USERS: [u64; 35] = [
10_000,
20_000,
30_000,
// 40_000,
40_000,
50_000,
// 60_000,
// 70_000,
// 80_000,
// 90_000,
60_000,
70_000,
80_000,
90_000,
100_000,
200_000,
// 300_000,
// 400_000,
300_000,
400_000,
500_000,
// 600_000,
// 700_000,
// 800_000,
// 900_000,
600_000,
700_000,
800_000,
900_000,
1_000_000,
2_000_000,
// 3_000_000,
// 4_000_000,
3_000_000,
4_000_000,
5_000_000,
// 6_000_000,
// 7_000_000,
// 8_000_000,
// 9_000_000,
6_000_000,
7_000_000,
8_000_000,
9_000_000,
10_000_000,
// 30_000_000,
30_000_000,
50_000_000,
// 70_000_000,
// 90_000_000,
70_000_000,
90_000_000,
100_000_000,
125_000_000,
250_000_000,
Expand Down

0 comments on commit 5aea4f8

Please sign in to comment.