locust-cloud 1.21.3.dev1__py3-none-any.whl → 1.21.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- locust_cloud/docs/2-examples.rst +3 -3
- {locust_cloud-1.21.3.dev1.dist-info → locust_cloud-1.21.4.dist-info}/METADATA +1 -1
- {locust_cloud-1.21.3.dev1.dist-info → locust_cloud-1.21.4.dist-info}/RECORD +6 -6
- {locust_cloud-1.21.3.dev1.dist-info → locust_cloud-1.21.4.dist-info}/WHEEL +0 -0
- {locust_cloud-1.21.3.dev1.dist-info → locust_cloud-1.21.4.dist-info}/entry_points.txt +0 -0
- {locust_cloud-1.21.3.dev1.dist-info → locust_cloud-1.21.4.dist-info}/licenses/LICENSE +0 -0
locust_cloud/docs/2-examples.rst
CHANGED
@@ -34,7 +34,7 @@ Your results should be something like this (the mock intentionally has some conc
|
|
34
34
|
Passing options to Locust
|
35
35
|
=========================
|
36
36
|
|
37
|
-
Any
|
37
|
+
Any arguments specified on command line will be passed along to Locust. This allows for a seamless transition from local runs to cloud runs.
|
38
38
|
|
39
39
|
Here's how to run a 100 User test, start immediately, run for 60 seconds,
|
40
40
|
quit 1s after finishing and print statistics to the console while running:
|
@@ -101,7 +101,7 @@ You can also use standard Locust env vars in the same fashion:
|
|
101
101
|
Automated runs (CI)
|
102
102
|
===================
|
103
103
|
|
104
|
-
If you want to run
|
104
|
+
If you want to run tests in a CI/CD environment, where an interactive login is not possible, you can set the ``--non-interactive`` flag or ``LOCUSTCLOUD_NON_INTERACTIVE`` environment variable. Then Locust will use credentials specified environment variables instead.
|
105
105
|
|
106
106
|
Simply make sure to export the corrent environment variables before running the command and things will work.
|
107
107
|
|
@@ -156,4 +156,4 @@ If your package is not published to Pypi, requirements.txt can reference other r
|
|
156
156
|
View dashboard / previous test runs
|
157
157
|
===================================
|
158
158
|
|
159
|
-
You can examine the results from previous test runs (without needing to start your load generators) from your `Locust Cloud dashboard <https://auth.
|
159
|
+
You can examine the results from previous test runs (without needing to start your load generators) from your `Locust Cloud dashboard <https://auth.locust.cloud>`_.
|
@@ -8,11 +8,11 @@ locust_cloud/web_login.py,sha256=UTwuRJBCkdsGkzHmzwW_s03GKABR22gScq-nBMmqcag,255
|
|
8
8
|
locust_cloud/websocket.py,sha256=9Q7nTFuAwVhgW74DlJNcHTZXOQ1drsXi8hX9ciZhWlQ,8998
|
9
9
|
locust_cloud/docs/.gitignore,sha256=ghNPcjYkjQXNS_eVmu2hQFhq6FIUliAD1O2CJhulS2o,10
|
10
10
|
locust_cloud/docs/1-first-run.rst,sha256=jm85z3Ae4gWM_kQ1aKQxu-4R7S2-GgvuZZLBAeFsP-g,1125
|
11
|
-
locust_cloud/docs/2-examples.rst,sha256=
|
11
|
+
locust_cloud/docs/2-examples.rst,sha256=p3xKYUskgxY6c219Xm_i8iDq_38qyUxmcOSeM9YJqZQ,9715
|
12
12
|
locust_cloud/docs/locust-cloud.rst,sha256=q0WSBOJI0LR3zxuaE9Lor0_bzv4AOKr3aCz9VC6sIzs,137
|
13
13
|
locust_cloud/docs/images/locust-cloud-screenshot.png,sha256=ag0IxBi-40VexC84MApol1GCgRCL2h-l8NQDTMaeTyE,477350
|
14
|
-
locust_cloud-1.21.
|
15
|
-
locust_cloud-1.21.
|
16
|
-
locust_cloud-1.21.
|
17
|
-
locust_cloud-1.21.
|
18
|
-
locust_cloud-1.21.
|
14
|
+
locust_cloud-1.21.4.dist-info/METADATA,sha256=6A5fBi6CvebyM325db55xY1fAUyhHS18TXJcUJXYGXo,783
|
15
|
+
locust_cloud-1.21.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
16
|
+
locust_cloud-1.21.4.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
17
|
+
locust_cloud-1.21.4.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
|
18
|
+
locust_cloud-1.21.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|