We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b6cfc commit 508f630Copy full SHA for 508f630
1 file changed
runners/s3-benchrunner-rust/src/main.rs
@@ -84,9 +84,6 @@ async fn main() -> Result<()> {
84
.map(|cli| Command::RunBenchmark(cli.run_args))
85
.unwrap_or_else(|_| ExtendedCli::parse().command);
86
87
- // let cli = Cli::parse();
88
- // let command = cli.command.unwrap_or(Command::RunBenchmark(cli.run_args));
89
-
90
match command {
91
Command::RunBenchmark(args) => {
92
let result = execute(&args).await;
0 commit comments