Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 549 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 549 Bytes

Load tests

Other configuration is specific to each load test and passed as system properties in JAVA_OPTS like the examples below.

Running a load test locally

SIMULATION="E2ESimulation" JAVA_OPTS="-Dhost=DEV -Dusers=1 -Dguesses=10" ./run-gatling.sh

Building the load test image

./build.sh

Publishing to quay.io

docker push quay.io/redhatdemo/2020-load-test

Running in OpenShift

Copy example.env to .env and change the parameters

Run make deploy-load-test to deploy all the contents