From 2308e5610388af674b5b0f71ca7c9847000c692f Mon Sep 17 00:00:00 2001 From: dilankavishka <dkgamage01@gmail.com> Date: Wed, 26 Feb 2025 11:36:22 +0530 Subject: [PATCH 1/2] update the readme file by adding a command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1c2faad..3ea7a99 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ and easy-to-use framework for simulating user load and measuring system performa To run the performance tests locally, follow these steps: 1. Start OpenMRS on port 80. (Use the docker file: [src/test/resources/docker-compose.yml](src/test/resources/docker-compose.yml) It contains demo patients for the test. [Learn more](#generating-demo-patient-data)) + + +For using the docker file, run the following command: +```bash + docker compose -f src/test/resources/docker-compose.yml up +``` 2. Execute the following command in your terminal: **Standard** `export SIMULATION_PRESET='standard' && ./mvnw gatling:test` \ From f841d732f6d1c65e13075f16391946182e73fc3c Mon Sep 17 00:00:00 2001 From: dilankavishka <dkgamage01@gmail.com> Date: Fri, 28 Feb 2025 08:47:04 +0530 Subject: [PATCH 2/2] update the changes --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3ea7a99..e7992e9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ To run the performance tests locally, follow these steps: 1. Start OpenMRS on port 80. (Use the docker file: [src/test/resources/docker-compose.yml](src/test/resources/docker-compose.yml) It contains demo patients for the test. [Learn more](#generating-demo-patient-data)) - For using the docker file, run the following command: ```bash docker compose -f src/test/resources/docker-compose.yml up