Skip to content

Commit

Permalink
Move params to files, cleanup extra operations for semantic search no…
Browse files Browse the repository at this point in the history
…aa workload (opensearch-project#319)

Signed-off-by: Martin Gaievski <gaievski@amazon.com>
  • Loading branch information
martin-gaievski authored Jun 14, 2024
1 parent 411e304 commit e9d157b
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 1,154 deletions.
4 changes: 2 additions & 2 deletions noaa_semantic_search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ opensearch-benchmark execute-test \
--kill-running-processes
```

Below is another example of command. In this example we refer to a workload by its name, use file for workflow params and choose a non-default test procedure.
Below is another example of command. In this example we refer to a workload by its name, use file for workflow params and choose a non-default test procedure. Keep workload parameters in file is helping to keep command for workload short and decreases chance of errors. Users are welcome to use one of example parameter files from `params` folder

```
# OpenSearch Cluster End point url with hostname and port
export ENDPOINT=
# Absolute file path of Workload param file
export PARAMS_FILE=
export PARAMS_FILE=./noaa_semantic_search/params/one_replica_with_concurrent_segment_search.json
opensearch-benchmark execute-test \
--target-hosts $ENDPOINT \
Expand Down
Loading

0 comments on commit e9d157b

Please sign in to comment.