Skip to content

Commit 1bef525

Browse files
chore: make fifo command dump trace level
Witht he introduction of markers, we ere getting spammed because each iteration has a Start and a Stop marker.
1 parent 9e5e929 commit 1bef525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/run/runner/wall_time/perf

src/run/runner/wall_time/perf/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl PerfRunner {
306306
}
307307
Err(_) => continue,
308308
};
309-
debug!("Received command: {cmd:?}");
309+
trace!("Received command: {cmd:?}");
310310

311311
match cmd {
312312
FifoCommand::CurrentBenchmark { pid, uri } => {

0 commit comments

Comments
 (0)