Skip to content

Commit

Permalink
Removing unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
bazhenov committed Sep 20, 2024
1 parent d719549 commit 298d050
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tango-bench/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,6 @@ struct SoloOpts {
/// Perform warmup iterations before taking measurements (1/10 of sample iterations)
#[arg(long = "warmup")]
warmup_enabled: Option<bool>,

/// Quiet mode
#[arg(short = 'q')]
quiet: bool,

#[arg(short = 'v', long = "verbose", default_value_t = false)]
verbose: bool,
}

#[derive(Parser, Debug)]
Expand Down Expand Up @@ -278,8 +271,6 @@ mod solo_test {
pub(super) fn run_test(opts: SoloOpts, mut settings: MeasurementSettings) -> Result<ExitCode> {
let SoloOpts {
bench_flags: _,
quiet: _,
verbose: _,
filter,
samples,
time,
Expand Down

0 comments on commit 298d050

Please sign in to comment.