summaryrefslogtreecommitdiffstats
path: root/k6-tests/README.md
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2024-07-25 11:12:29 +0100
committerhalil.cakal <halil.cakal@est.tech>2024-07-31 10:14:25 +0100
commit65b870baf15ceaa336c1290a8bb920b48875a3a0 (patch)
tree6640f54681d1853d07e9a6a3da501d6e139ee0c1 /k6-tests/README.md
parentb33ea92a29a2724750554ebb412cf841fbe8c2a8 (diff)
Add k6 for legacy async batch passthrough read operation
- add kafka support to k6 codebase - add two new tests: data operation batch passthrough read and data operation async batch read (from kafka) - calculate the events/second via Trend - add kafka ui support to docker-compose Note: Before this commit being merged, the k6 executable should have been compiled with the kafka extension of xk6-kafka Issue-ID: CPS-2268 Change-Id: Ib7777b7bc9f15b210ea36d3541cba0e0c943f883 Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'k6-tests/README.md')
-rw-r--r--k6-tests/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/k6-tests/README.md b/k6-tests/README.md
index 0fdebcfe9d..9a385e100a 100644
--- a/k6-tests/README.md
+++ b/k6-tests/README.md
@@ -4,8 +4,7 @@
k6 tests are written in JavaScript.
## k6 installation
-Follow the instructions in the [k6 installation guide](https://grafana.com/docs/k6/latest/set-up/install-k6/)
-to get started.
+Follow the instructions in the [build from source guide](https://github.com/mostafa/xk6-kafka) to get started.
## Running the k6 test suites
Simply run the main script. (The script assumes k6 and docker-compose have been installed).