File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,17 @@ Before running performance test, make sure
21
21
Performance test is run from the shell script::
22
22
./run-locust-test.sh
23
23
24
+ A web interface must be running on http://0.0.0.0:8089/ to run tests
25
+
26
+ Here is a screenshot of performance tests locally.
27
+
28
+ .. image :: perf-test-locust.png
29
+ :alt: Performance Test Screenshot
30
+
24
31
Script supports some environment variables:
25
32
* `BASE_URL ` for setting Karapace address and port.
26
33
* `TOPIC ` for setting the topic name where data is produced.
27
34
* `DURATION ` for setting how long the test runs.
28
35
* `CONCURRENCY ` for setting how many concurrent users are emulated.
29
36
* `LOCUST_GUI ` for enabling the Locust web user interface.
30
37
* `LOCUST_FILE ` for selecting the Locust test script.
31
-
32
- Here is a screenshot of performance tests locally.
33
-
34
- .. image :: perf-test-locust.png
35
- :alt: Performance Test Screenshot
You can’t perform that action at this time.
0 commit comments