Skip to content

Commit 207760c

Browse files
fixup! feat(cargo-codspeed): use cargo from cli
1 parent b89d779 commit 207760c

File tree

1 file changed

+1
-1
lines changed
  • crates/cargo-codspeed/src

1 file changed

+1
-1
lines changed

crates/cargo-codspeed/src/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub fn run_benches(metadata: &Metadata, filters: Filters) -> Result<()> {
105105
if let Some(bench) = bench {
106106
to_run.push(bench);
107107
} else {
108-
not_found.push(whitelisted_bench_name);
108+
not_found.push(allowed_bench_name);
109109
}
110110
}
111111

0 commit comments

Comments
 (0)