Skip to content

Commit

Permalink
woopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 3, 2023
1 parent f666f1d commit 986758a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/re_arrow_store/benches/arrow2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,11 @@ fn erased_clone(c: &mut Criterion) {
}

fn estimated_size_bytes(c: &mut Criterion) {
let kind = [ArrayKind::Primitive, ArrayKind::Struct];
let kind = [
ArrayKind::Primitive,
ArrayKind::Struct,
ArrayKind::StructLarge,
];

for kind in kind {
let mut group = c.benchmark_group(format!(
Expand Down

0 comments on commit 986758a

Please sign in to comment.