We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75184af commit e3e6c2dCopy full SHA for e3e6c2d
crates/cargo-codspeed/src/build.rs
@@ -106,7 +106,7 @@ impl BuildOptions<'_> {
106
107
/// Generates a subcommand to build the benchmarks by invoking cargo and forwarding the filters
108
/// This command explicitly ignores the `self.benches`: all benches are built
109
- fn build_command(&self, measurement_mode: &MeasurementMode) -> Command {
+ fn build_command(&self, measurement_mode: MeasurementMode) -> Command {
110
let mut cargo = Command::new("cargo");
111
cargo.args(["build", "--benches"]);
112
0 commit comments