alamb commented on code in PR #2816:
URL: https://github.com/apache/arrow-rs/pull/2816#discussion_r985799903
##########
arrow/benches/row_format.rs:
##########
@@ -85,6 +88,46 @@ fn row_bench(c: &mut Criterion) {
});
});
+ let cols =
Review Comment:
I am sorry for being dense, but I don't see any difference in the first
three benchmarks. They all use
```rust
create_string_dict_array::<Int32Type>(4096, 0., 100)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]