Skip to content

Commit 51ff0d0

Browse files
committed
Add web interface url
1 parent 79a5b6b commit 51ff0d0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

performance-test/README.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ Before running performance test, make sure
2121
Performance test is run from the shell script::
2222
./run-locust-test.sh
2323

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+
2431
Script supports some environment variables:
2532
* `BASE_URL` for setting Karapace address and port.
2633
* `TOPIC` for setting the topic name where data is produced.
2734
* `DURATION` for setting how long the test runs.
2835
* `CONCURRENCY` for setting how many concurrent users are emulated.
2936
* `LOCUST_GUI` for enabling the Locust web user interface.
3037
* `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

0 commit comments

Comments
 (0)