Skip to content

Commit

Permalink
fix polynomial benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 19, 2023
1 parent 48567a3 commit 939f913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpke/benches/arkworks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub fn bench_random_poly(c: &mut Criterion) {
let mut group = c.benchmark_group("RandomPoly");
group.sample_size(10);

for threshold in [1, 2, 4, 8, 16, 32, 64] {
for threshold in [2, 4, 8, 16, 32, 64] {
let rng = &mut StdRng::seed_from_u64(0);
let mut ark = {
let mut rng = rng.clone();
Expand Down

0 comments on commit 939f913

Please sign in to comment.