jayzhan211 commented on issue #11268: URL: https://github.com/apache/datafusion/issues/11268#issuecomment-2212311916
You can also do the benchmarking in `datafusion/functions/benches/map.rs`. Add this to cargo.toml, and run with cargo bench --bench map ```rust [[bench]] harness = false name = "map" ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
