LukeMathWalker / cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Apache License 2.0
1.72k stars 113 forks source link

chore: add profile max-perf-at-small-bin #272

Open somehowchris opened 2 months ago

somehowchris commented 2 months ago

Thought would be nice to have the z optimization profile as (at-least us) download cargo-chef frequently, so any effect on having less to transfer, unpack and could be nice. In the end probably a function of putting in the work once to optimize the binary at release, then have them in a more optimal state. Less cost, more coffee :)

ended up also doing a cargo update, cargo clippy check which might have had an effect on some, if they are unwanted but the other stuff wanted, could also remove them.