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
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Clone the repo to get started and follow these steps:
67
67
68
68
2. Use the k6 Docker image to run the k6 script and send metrics to the Prometheus 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.
69
69
```shell
70
-
docker-compose run --rm k6 run -<example/test.js --tag testid=<SOME-ID>
70
+
docker-compose run --rm -T k6 run -<example/test.js --tag testid=<SOME-ID>
71
71
```
72
72
For convenience, the `docker-run.sh` can be used to simply:
0 commit comments