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
I'm using codspeed for the swc project and I want to enable scoped of swc_allocator while benchmarking. But it seems like cargo codspeed build passes the --features flag to all invocations of cargo build.
I think it should be supported.
The text was updated successfully, but these errors were encountered:
Hello @kdy1, yes, we want to support that. We plan on refactoring cargo-codspeed to use the cargo CLI under the hood instead of the cargo API (#50). This kind of configuration will be available out of the box when this is done.
Meanwhile, you can build packages individually with the feature flag (since we support the -p flag already).
Building would look like this:
Hi! Thank you for creating a wonderful tool!
I'm using codspeed for the swc project and I want to enable
scoped
ofswc_allocator
while benchmarking. But it seems like cargo codspeed build passes the--features
flag to all invocations ofcargo build
.I think it should be supported.
The text was updated successfully, but these errors were encountered: