We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5434a commit d219f6dCopy full SHA for d219f6d
.gitignore
@@ -12,4 +12,6 @@ a.out
12
13
/.vscode
14
/perf.data
15
-/perf.data.old
+/perf.data.old
16
+/bench/perf.data
17
+/bench/perf.data.old
bench/src/lib.rs
@@ -233,6 +233,7 @@ impl Bench {
233
}
234
_ => {}
235
236
+ println!("> {:?}", self.cmd);
237
238
239
fn use_malloc(cmd: &mut Command, alloc: &str, path: &str) {
0 commit comments