Skip to content

Commit

Permalink
small findings
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeling committed Nov 28, 2024
1 parent 87d30b5 commit 0982c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct Args {
)]
detailed_output: bool,

/// Seconds to run (skip) before measuring the latency.
/// kuksa.val.v2 subscription buffer_size
#[clap(long, display_order = 7)]
buffer_size: Option<u32>,

Expand Down
2 changes: 1 addition & 1 deletion src/measure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async fn create_subscriber(
channel,
signals,
initial_values_sender,
buffer_size.unwrap_or(10),
buffer_size.unwrap_or(1),
)
.await
.unwrap();
Expand Down

0 comments on commit 0982c19

Please sign in to comment.