Commits


Jorge C. Leitao authored and Andrew Lamb committed 08e78940956
ARROW-11025: [Rust] Fixed bench for binary boolean kernels The benches were running array creation inside the bench itself, causing the whole bench be dictated by how fast we can create an array, not how fast the boolean kernel takes. Closes #9004 from jorgecarleitao/fix_bench Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>