Closed
Description
Currently the cargo codspeed build
command requests the release
profile:
bench
profile that is used by cargo bench
. Note that this bench
by default is the same as the release
profile, but can be overwritten by users to enable different build options for benchmarking.
I was hoping to use this profile as I would like to set debug = true
to receive better traces in CodSpeed, but would not like to do this for the release
profile. At the moment there doesn't seem to be a way to override the build profile that is used by the cargo codspeed build
command.