From b950de419957851813c8cd4ca8087ba9217afb11 Mon Sep 17 00:00:00 2001 From: ROd Date: Fri, 23 Dec 2022 11:40:30 -0300 Subject: [PATCH] doc: replace scripts by samples on docker-run examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52ce229..ca3c18d 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ Clone the repo to get get started and follow these steps: 3. Use the k6 Docker image to run the k6 script and send metrics to the InfluxDB container started on the previous step. You must [set the `testid` tag](https://k6.io/docs/using-k6/tags-and-groups/#test-wide-tags) with a unique identifier to segment the metrics into discrete test runs for the Grafana dashboards. ```shell - docker-compose run --rm k6 run - + docker-compose run --rm k6 run - ``` For convenience, the `docker-run.sh` can be used to simply: ```shell - ./docker-run.sh scripts/http_2.js + ./docker-run.sh samples/http_2.js ``` 4. Visit http://localhost:3000/ to view results in Grafana.