tustvold commented on PR #5444: URL: https://github.com/apache/arrow-rs/pull/5444#issuecomment-1970296632
> could you please tell me how to trigger it in CI/CD ? We don't have automated benchmarks in CI/CD at the moment, but they can be run with `cargo bench`. In this case something like this should work ``` RUSTFLAGS="-C target-cpu=native" cargo bench -p arrow-cast --bench parse_date ``` -- 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]
