Skip to content

Commit 508f630

Browse files
committed
lint
1 parent 81b6cfc commit 508f630

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • runners/s3-benchrunner-rust/src

runners/s3-benchrunner-rust/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ async fn main() -> Result<()> {
8484
.map(|cli| Command::RunBenchmark(cli.run_args))
8585
.unwrap_or_else(|_| ExtendedCli::parse().command);
8686

87-
// let cli = Cli::parse();
88-
// let command = cli.command.unwrap_or(Command::RunBenchmark(cli.run_args));
89-
9087
match command {
9188
Command::RunBenchmark(args) => {
9289
let result = execute(&args).await;

0 commit comments

Comments
 (0)