You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This repository contains performance testing scripts and configurations for OpenMRS using Gatling.
4
4
5
5
The latest report can be found
6
-
at [openmrs.github.io/openmrs-contrib-performance-test](https://openmrs.github.io/openmrs-contrib-performance-test/)
6
+
at [here](https://o3-performance.openmrs.org/)
7
7
8
8
## Table of Contents
9
9
@@ -31,13 +31,15 @@ and easy-to-use framework for simulating user load and measuring system performa
31
31
32
32
To run the performance tests locally, follow these steps:
33
33
34
-
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))
35
-
36
-
For using the docker file, run the following command:
37
-
```bash
34
+
1. Install dependencies (and compile)
35
+
```bash
36
+
./mvnw install -DskipTests
37
+
```
38
+
2. 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))
39
+
```bash
38
40
docker compose -f src/test/resources/docker-compose.yml up
39
-
```
40
-
2. Execute the following command in your terminal:
41
+
```
42
+
3. Execute the following command in your terminal:
0 commit comments