Update the binary-path description

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Clément Renault 2024-12-12 09:27:10 +01:00 committed by Kerollmops
parent 1fdfa3f208
commit 6c72559457
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -87,7 +87,9 @@ pub struct BenchDeriveArgs {
#[arg(long, default_value_t = 60)]
tasks_queue_timeout_secs: u64,
/// The path to the binary to run. By default it compiles the binary with cargo.
/// The path to the binary to run.
///
/// If unspecified, runs `cargo run` after building Meilisearch with `cargo build`.
#[arg(long)]
binary_path: Option<PathBuf>,
}