locust-cloud 1.20.6.dev3__py3-none-any.whl → 1.20.7.dev3__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 +6 -0
- {locust_cloud-1.20.6.dev3.dist-info → locust_cloud-1.20.7.dev3.dist-info}/METADATA +1 -1
- {locust_cloud-1.20.6.dev3.dist-info → locust_cloud-1.20.7.dev3.dist-info}/RECORD +6 -6
- {locust_cloud-1.20.6.dev3.dist-info → locust_cloud-1.20.7.dev3.dist-info}/WHEEL +0 -0
- {locust_cloud-1.20.6.dev3.dist-info → locust_cloud-1.20.7.dev3.dist-info}/entry_points.txt +0 -0
- {locust_cloud-1.20.6.dev3.dist-info → locust_cloud-1.20.7.dev3.dist-info}/licenses/LICENSE +0 -0
locust_cloud/docs/2-examples.rst
CHANGED
@@ -146,6 +146,12 @@ If your locustfile needs some additional Python packages, you can install them b
|
|
146
146
|
|
147
147
|
locust --cloud -f my_locustfile.py --requirements requirements.txt
|
148
148
|
|
149
|
+
If your package is not published to Pypi, requirements.txt can reference other repositories, just make sure it is reachable from the load generators:
|
150
|
+
|
151
|
+
.. code-block:: console
|
152
|
+
|
153
|
+
--extra-index-url https://test.pypi.org/simple/ # your index url
|
154
|
+
... # your packages
|
149
155
|
|
150
156
|
View dashboard / previous test runs
|
151
157
|
===================================
|
@@ -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=Z34qKIxIniwCELeUmEQbNLsN7HWM5fq-a3Wc4fuapG0,1091
|
11
|
-
locust_cloud/docs/2-examples.rst,sha256=
|
11
|
+
locust_cloud/docs/2-examples.rst,sha256=uT-Byr4twmWakhMdHNqRvFP0f5hUxqrieBzxBHus51Y,9806
|
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.20.
|
15
|
-
locust_cloud-1.20.
|
16
|
-
locust_cloud-1.20.
|
17
|
-
locust_cloud-1.20.
|
18
|
-
locust_cloud-1.20.
|
14
|
+
locust_cloud-1.20.7.dev3.dist-info/METADATA,sha256=o8f2-_kxhqyAr0Gy1F7hyKqktAPtZKXOUixihOQkfAg,649
|
15
|
+
locust_cloud-1.20.7.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
16
|
+
locust_cloud-1.20.7.dev3.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
17
|
+
locust_cloud-1.20.7.dev3.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
|
18
|
+
locust_cloud-1.20.7.dev3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|