Skip to content

Commit

Permalink
Merge branch 'java-client/add_jedis_client' into java-client/add_tps
Browse files Browse the repository at this point in the history
  • Loading branch information
acarbonetto committed Oct 11, 2023
2 parents 7f690cf + b5e9a33 commit 3cee673
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 3cee673

Please sign in to comment.