Skip to content

Commit 907f1ab

Browse files
committed
log command
1 parent afffe39 commit 907f1ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/xtask/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,8 @@ impl Xtasks {
12761276
.args(["--adapter", "rust_criterion"])
12771277
.arg("cargo bench --features=lua54");
12781278

1279+
log::info!("Running bencher command: {:?}", bencher_cmd);
1280+
12791281
let out = bencher_cmd
12801282
.output()
12811283
.with_context(|| "Could not trigger bencher command")?;

0 commit comments

Comments
 (0)