We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6340dda commit d270aefCopy full SHA for d270aef
console/collections/benches/kary_merkle_tree.rs
@@ -25,8 +25,8 @@ use snarkvm_console_types::Field;
25
26
use criterion::Criterion;
27
28
-const DEPTH: u8 = 10;
29
-const ARITY: u8 = 4;
+const DEPTH: u8 = 8;
+const ARITY: u8 = 8;
30
31
/// Generates the specified number of random Merkle tree leaves.
32
macro_rules! generate_leaves {
synthesizer/benches/kary_merkle_tree.rs
@@ -37,8 +37,8 @@ type NativeLeafHasher = Sha3_256;
37
type CircuitPathHasher = circuit::Sha3_256<AleoV0>;
38
type CircuitLeafHasher = circuit::Sha3_256<AleoV0>;
39
40
41
42
43
44
0 commit comments