Skip to content

Commit d219f6d

Browse files
committed
Minor
1 parent de5434a commit d219f6d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ a.out
1212

1313
/.vscode
1414
/perf.data
15-
/perf.data.old
15+
/perf.data.old
16+
/bench/perf.data
17+
/bench/perf.data.old

bench/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ impl Bench {
233233
}
234234
_ => {}
235235
}
236+
println!("> {:?}", self.cmd);
236237
}
237238

238239
fn use_malloc(cmd: &mut Command, alloc: &str, path: &str) {

0 commit comments

Comments
 (0)