We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ef596 commit befad25Copy full SHA for befad25
1 file changed
go-runner/src/lib.rs
@@ -21,8 +21,6 @@ pub fn run_benchmarks<P: AsRef<Path>>(
21
project_dir: &Path,
22
cli: &crate::cli::Cli,
23
) -> anyhow::Result<()> {
24
- std::fs::remove_dir_all(&profile_dir).ok();
25
-
26
// 1. Build phase - Benchmark and package discovery
27
let packages = BenchmarkPackage::from_project(project_dir, &cli.packages)?;
28
info!("Discovered {} packages", packages.len());
0 commit comments