We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09056b4 commit da1fa1fCopy full SHA for da1fa1f
1 file changed
src/run/runner/wall_time/perf/mod.rs
@@ -256,7 +256,7 @@ impl PerfRunner {
256
tokio::time::timeout(Duration::from_secs(3), perf_fifo.ping()).await
257
{
258
debug!("perf is running");
259
- unsafe { libc::kill(perf_pid as i32, libc::SIGUSR2) };
+ // unsafe { libc::kill(perf_pid as i32, libc::SIGUSR2) };
260
} else {
261
bail!("perf is not running");
262
}
0 commit comments