Skip to content

Commit

Permalink
Tweak bench_primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jan 20, 2024
1 parent 5452d08 commit fdf690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/benches/json_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn create_nullable_struct(len: usize) -> StructArray {
}

fn bench_primitive(c: &mut Criterion) {
let c1 = Arc::new(create_string_array::<i32>(NUM_ROWS, 0.));
let c1 = Arc::new(create_primitive_array::<Float32Type>(NUM_ROWS, 0.));
let c2 = Arc::new(create_primitive_array::<Int32Type>(NUM_ROWS, 0.));
let c3 = Arc::new(create_primitive_array::<UInt32Type>(NUM_ROWS, 0.));

Expand Down

0 comments on commit fdf690d

Please sign in to comment.