Skip to content

Commit da1fa1f

Browse files
committed
wip: don't sigkill2
1 parent 09056b4 commit da1fa1f

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
@@ -256,7 +256,7 @@ impl PerfRunner {
256256
tokio::time::timeout(Duration::from_secs(3), perf_fifo.ping()).await
257257
{
258258
debug!("perf is running");
259-
unsafe { libc::kill(perf_pid as i32, libc::SIGUSR2) };
259+
// unsafe { libc::kill(perf_pid as i32, libc::SIGUSR2) };
260260
} else {
261261
bail!("perf is not running");
262262
}

0 commit comments

Comments
 (0)