diff --git a/ci-bench-runner/src/runner.rs b/ci-bench-runner/src/runner.rs index 100a05f..b282c24 100644 --- a/ci-bench-runner/src/runner.rs +++ b/ci-bench-runner/src/runner.rs @@ -89,7 +89,7 @@ impl BenchRunner for LocalBenchRunner { command .arg("build") .arg("--locked") - .arg("--release") + .arg("--profile=bench") .current_dir(&bench_path); run_command(command, command_logs)?;