Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Increasing run time duration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 11, 2024
1 parent dd208ba commit deb5822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ curl -X PUT "http://localhost:9200/_plugins/ubi/mystore?index=ecommerce"
../index-chorus-data.sh `realpath ../../chorus-opensearch-edition`

# Insert events and queries.
locust -f load-test.py --headless -u 1 -r 1 --run-time 10s --host http://localhost:9200
locust -f load-test.py --headless -u 1 -r 1 --run-time 30s --host http://localhost:9200

# Let events index.
sleep 10
Expand Down

0 comments on commit deb5822

Please sign in to comment.