AdamGS commented on PR #9629:
URL: https://github.com/apache/arrow-rs/pull/9629#issuecomment-4155896146

   Locally this PR takes the runtime to around ~5 minutes. The 3 slowest tests 
are:
   1. `test_from_bitwise_binary_op` in `arrow-buffer`
   2. `sort::tests::fuzz_partition_validity` in `arrow-ord`
   3. `sort::tests::test_fuzz_random_strings` in `arrow-ord`
   
   I  think the first can be specialized into less cases with a `cfg(miri)`, 
and the latter two can just be ignored on miri, but would love some feedback 
about the overall change.


-- 
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]

Reply via email to