Skip to content

Commit

Permalink
update library
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Apr 4, 2024
1 parent 6192112 commit acc5187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/runBenchmarkTestScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ void call(Map args = [:]) {
"--benchmark-config ${WORKSPACE}/benchmark.ini",
"--user-tag ${userTags}",
args.insecure?.toBoolean() ? "--without-security" : "",
isNullOrEmpty(args.username) ? "" : "--username"
isNullOrEmpty(args.password) ? "" : "--password"
args.singleNode?.toBoolean() ? "--single-node" : "",
args.minDistribution?.toBoolean() ? "--min-distribution" : "",
args.use50PercentHeap?.toBoolean() ? "--use-50-percent-heap" : "",
Expand Down

0 comments on commit acc5187

Please sign in to comment.