Skip to content

Commit e3e6c2d

Browse files
fixup! feat: make codspeed target path different depending on measurement mode
1 parent 75184af commit e3e6c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-codspeed/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl BuildOptions<'_> {
106106

107107
/// Generates a subcommand to build the benchmarks by invoking cargo and forwarding the filters
108108
/// This command explicitly ignores the `self.benches`: all benches are built
109-
fn build_command(&self, measurement_mode: &MeasurementMode) -> Command {
109+
fn build_command(&self, measurement_mode: MeasurementMode) -> Command {
110110
let mut cargo = Command::new("cargo");
111111
cargo.args(["build", "--benches"]);
112112

0 commit comments

Comments
 (0)