Skip to content

Commit

Permalink
Archive .json
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Jun 27, 2024
1 parent 03d0391 commit 5fbea63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_workflow/benchmark_test/benchmark_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
if self.args.benchmark_config:
self.command += f" -v {args.benchmark_config}:/opensearch-benchmark/.benchmark/benchmark.ini"
self.command += f" opensearchproject/opensearch-benchmark:latest execute-test --workload={self.args.workload} " \
f"--pipeline=benchmark-only --target-hosts={endpoint}"
f"--pipeline=benchmark-only --target-hosts={endpoint} --test-mode"

if self.args.workload_params:
logging.info(f"Workload Params are {args.workload_params}")
Expand Down

0 comments on commit 5fbea63

Please sign in to comment.