locust-cloud 1.21.3.dev1__tar.gz → 1.21.3.dev2__tar.gz
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-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/PKG-INFO +1 -1
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/docs/2-examples.rst +2 -2
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/.github/workflows/daily-check.yml +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/.github/workflows/tests.yml +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/.gitignore +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/.pre-commit-config.yaml +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/.vscode/extensions.json +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/.vscode/launch.json +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/.vscode/settings.json +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/LICENSE +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/README.md +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/__init__.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/apisession.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/args.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/cloud.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/common.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/docs/.gitignore +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/docs/1-first-run.rst +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/docs/locust-cloud.rst +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/input_events.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/web_login.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locust_cloud/websocket.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/locustfile.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/pyproject.toml +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/testdata/extra-files/extra.txt +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/testdata/extra-package/example/__init__.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/testdata/extra-package/setup.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/tests/args_test.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/tests/cloud_test.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/tests/web_login_test.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/tests/websocket_test.py +0 -0
- {locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/uv.lock +0 -0
@@ -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
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{locust_cloud-1.21.3.dev1 → locust_cloud-1.21.3.dev2}/testdata/extra-package/example/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|