We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e5b7c commit 3c5bf63Copy full SHA for 3c5bf63
arrow/benches/row_format.rs
@@ -179,7 +179,8 @@ fn run_benchmark_on_medium_amount_and_types_of_columns_without_nesting(
179
cols.push(Arc::new(create_f64_array_with_seed(batch_size, nulls, seed)) as ArrayRef);
180
}
181
182
- do_bench(c, format!("{batch_size} lot of columns").as_str(), cols);
+ assert_eq!(cols.len(), 53);
183
+ do_bench(c, format!("{batch_size} 53 columns").as_str(), cols);
184
185
186
fn row_bench(c: &mut Criterion) {
0 commit comments