mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 16:08:04 +00:00
Remove flamegraph bits
This commit is contained in:
@@ -21,7 +21,7 @@ fn telemetry_command(bin: &'static str, release_mode: bool) -> Result<Command, s
|
||||
let mut workspace_dir = try_find_workspace_dir()?;
|
||||
workspace_dir.push("Cargo.toml");
|
||||
|
||||
let mut cmd = Command::new("cargo").arg("flamegraph");
|
||||
let mut cmd = Command::new("cargo").arg("run");
|
||||
|
||||
// Release mode?
|
||||
if release_mode {
|
||||
|
||||
Reference in New Issue
Block a user