From deb5822785d5be5eceaf8ff4c9077cfdaa70ca29 Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Mon, 11 Mar 2024 13:56:52 -0400 Subject: [PATCH] Increasing run time duration. --- load-test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load-test/run.sh b/load-test/run.sh index edbb59c..246d0ce 100755 --- a/load-test/run.sh +++ b/load-test/run.sh @@ -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