jayzhan211 commented on issue #11569: URL: https://github.com/apache/datafusion/issues/11569#issuecomment-2257219379
> 5:45 here in a docker .devcontainer to run that bench command. I suspect a good portion of it is because cargo bench uses the [bench profile](https://doc.rust-lang.org/cargo/reference/profiles.html#bench) which inherits from release. Adding `--profile=dev ` to the command reduces the build down to 56s here. release mode is prefer for benchmarking, therefore it doesn't seem like a good idea to add `--profile=dev` -- 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]
