Skip to content

Commit 7fe83ca

Browse files
committed
push to 2^32 GF2 benchmark size
1 parent 0ba1d8b commit 7fe83ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

poly_commit/benches/orion.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fn simd_field_committing_benchmark_helper<F, SimdF, ComPackF>(
9999
}
100100

101101
fn orion_simd_field_committing_benchmark(c: &mut Criterion) {
102-
simd_field_committing_benchmark_helper::<GF2, GF2x8, GF2x128>(c, 19, 30);
102+
simd_field_committing_benchmark_helper::<GF2, GF2x8, GF2x128>(c, 19, 32);
103103
simd_field_committing_benchmark_helper::<M31, M31x16, M31x16>(c, 19, 27);
104104
}
105105

@@ -236,7 +236,7 @@ fn orion_simd_field_opening_benchmark(c: &mut Criterion) {
236236
GF2_128,
237237
GF2x128,
238238
BytesHashTranscript<_, Keccak256hasher>,
239-
>(c, 19, 30);
239+
>(c, 19, 32);
240240
simd_field_opening_benchmark_helper::<
241241
M31,
242242
M31x16,

0 commit comments

Comments
 (0)