Rich-T-kid commented on code in PR #10958:
URL: https://github.com/apache/arrow-rs/pull/10958#discussion_r3917385255
##########
arrow/benches/cast_kernels.rs:
##########
@@ -252,13 +252,59 @@ fn build_string_dict_array(size: usize, distinct: usize)
-> ArrayRef {
))
}
+/// Array lengths the primitive to primitive cast benchmarks are run at.
+const NUMERIC_CAST_SIZES: [usize; 4] = [512, 1_024, 8_192, 1_048_576];
Review Comment:
I think [512,1k,8k,64k] should be fine.
--
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]