Remove flamegraph bits

This commit is contained in:
James Wilson
2021-07-19 17:11:31 +01:00
parent 73a4dbb095
commit 36c4e7b0ef
3 changed files with 9 additions and 36 deletions
+1 -1
View File
@@ -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 {