Skip to content

Commit 5a79413

Browse files
committed
bench: Drop too-small, thus noisy, benchmark
changelog: ignore
1 parent f7f7e13 commit 5a79413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

twenty-first/benches/poly_scalar_mul.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ criterion_main!(benches);
1010
criterion_group!(
1111
name = benches;
1212
config = Criterion::default();
13-
targets = poly_scalar_mul<1>,
14-
poly_scalar_mul<7>,
13+
targets = poly_scalar_mul<7>,
1514
poly_scalar_mul<13>,
1615
);
1716

0 commit comments

Comments
 (0)