Skip to content

Commit

Permalink
Merge branch 'java-client/add_benchmark_app' into java-client/add_jed…
Browse files Browse the repository at this point in the history
…is_client
  • Loading branch information
acarbonetto committed Oct 11, 2023
2 parents 49654c3 + d00a655 commit b5e9a33
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ private static RunConfiguration verifyOptions(CommandLine line) throws ParseExce
runConfiguration.dataSize = parseIntListOption(line.getOptionValue("dataSize"));
}

if (line.hasOption("tls")) {
runConfiguration.tls = Boolean.parseBoolean(line.getOptionValue("tls"));
}
runConfiguration.tls = line.hasOption("tls");

return runConfiguration;
}
Expand Down

0 comments on commit b5e9a33

Please sign in to comment.