Skip to content

Commit

Permalink
n is changed to 1m
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Mar 24, 2023
1 parent 2f8f5b0 commit 94eb301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doublets/benches/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn iter(c: &mut Criterion) {
fn create_point(c: &mut Criterion) {
let mut store = Store::<usize, _, _>::new(Global::new(), Global::new()).unwrap();

let n = 100;
let n = 1_000_000;

let mut group = c.benchmark_group("create_point");
group.throughput(Throughput::Elements(n));
Expand Down

0 comments on commit 94eb301

Please sign in to comment.