Skip to content

Commit

Permalink
Increase the numbers!
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jan committed Aug 31, 2022
1 parent 900b2b5 commit 01c7d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benches/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ fn insert_range_bitmap(c: &mut Criterion) {
}

fn insert_range_treemap(c: &mut Criterion) {
for &size in &[10, 100, 1_000, 5_000, 10_000, 20_000] {
for &size in &[1_000_u64, 10_000u64, 2 * (u32::MAX as u64)] {
let mut group = c.benchmark_group("insert_range_treemap");
group.throughput(criterion::Throughput::Elements(size as u64));
group.bench_function(format!("from_empty_{}", size), |b| {
Expand Down

0 comments on commit 01c7d48

Please sign in to comment.