You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo codspeed build defaults to --profile release, vs cargo bench/cargo criterion defaulting to --profile bench. Bench inherits release by default but it can be overridden for e.g. adding more debug info to it compared a normal release build. Is this intentional? Thanks