Skip to content

Commit

Permalink
Final changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Mar 27, 2024
1 parent 58def17 commit bdf5180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vars/runBenchmarkTestScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ void call(Map args = [:]) {
isNullOrEmpty(args.jvmSysProps) ? "" : "--jvm-sys-props ${args.jvmSysProps}",
isNullOrEmpty(args.telemetryParams) ? "" : "--telemetry-params '${args.telemetryParams}'"
].join(' ').trim())

}

void editBenchmarkConfig(String config_file) {
Expand Down

0 comments on commit bdf5180

Please sign in to comment.