We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dee09 commit 607cedbCopy full SHA for 607cedb
docs/sources/k6/next/using-k6/k6-options/reference.md
@@ -104,6 +104,8 @@ k6 run --address "localhost:3000" script.js
104
105
{{< /code >}}
106
107
+If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`.
108
+
109
## Batch
110
111
The maximum number of simultaneous/parallel connections in total that an
0 commit comments