locust-cloud 1.3.1__py3-none-any.whl → 1.3.2__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.
@@ -195,7 +195,7 @@ VALUES (%(time)s, %(run_id)s, %(greenlet_id)s, %(loadgen)s, %(name)s, %(request_
195
195
  "INSERT INTO testruns (id, num_users, description, arguments) VALUES (%s,%s,%s,%s)",
196
196
  (
197
197
  self._run_id,
198
- self.env.parsed_options.num_users or self.env.runner.user_count or 0,
198
+ self.env.runner.target_user_count if self.env.runner else 1,
199
199
  "self.env.parsed_options.description",
200
200
  " ".join(cmd),
201
201
  ),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: locust-cloud
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: Locust Cloud
5
5
  Project-URL: Homepage, https://locust.cloud
6
6
  Requires-Python: >=3.11
@@ -3,7 +3,7 @@ locust_cloud/auth.py,sha256=2fcTIq0tYDckDsZZ7yFTHZn5nG7Ir1dlV1QIu_tp3JA,3164
3
3
  locust_cloud/cloud.py,sha256=3i91W4FLTij5919tnn2VKOtFbMnzlMwsDgrNBcXwpGo,15809
4
4
  locust_cloud/constants.py,sha256=YGgIEnaOT9cAA8F8a8Z8lOmlI78D2fXiVpP0RF213MA,167
5
5
  locust_cloud/credential_manager.py,sha256=JbuS22RTGAmngVB9DFLxHIgaonCSImemMGvtWnxBZRE,5515
6
- locust_cloud/timescale/exporter.py,sha256=j1K-czMUdOLFt5Sop0PTF6TL52vYdngEEI5OEM3Xl60,11128
6
+ locust_cloud/timescale/exporter.py,sha256=0VodnUUFHMDLH3Ma0dz2lfOhgjaisU9rn48fpckBYhI,11119
7
7
  locust_cloud/webui/.eslintrc,sha256=huuuTZNwbBGkhfelEOMhLQ-tgC9OYnnX0DRYgBn83Ig,1146
8
8
  locust_cloud/webui/.gitignore,sha256=i8EHIqDlVm1-Dkvf_GTZmP_Wu99GE7ABfbYzHXOU734,54
9
9
  locust_cloud/webui/.prettierrc,sha256=qZpzAJPlHUQ3--NHYK8WXgc_TlIqq-eoz4pbkTKK3nk,167
@@ -15,7 +15,7 @@ locust_cloud/webui/vite.config.ts,sha256=cqxPMkbwEA3H9mGGbuPulQUhIHCosUqm_1usxzs
15
15
  locust_cloud/webui/yarn.lock,sha256=HQipc2d3thDdUieYtmTLSOxMlgpN-nQjVWKusAlvf2g,227106
16
16
  locust_cloud/webui/dist/index.html,sha256=uRX9dnfQEMYFWaKl0czXN_2JbtQF0WRgP4gEOWG0WpQ,664
17
17
  locust_cloud/webui/dist/assets/index-BzflLAyP.js,sha256=GR85cK07EBnN6PBKImgYlHdsBl40y0Tay9J8w9LZKqc,2794820
18
- locust_cloud-1.3.1.dist-info/METADATA,sha256=R8XTzXLINc8Wptjpu7PUGzx24IsZykcdktnSL1O_bfI,1663
19
- locust_cloud-1.3.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
20
- locust_cloud-1.3.1.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
21
- locust_cloud-1.3.1.dist-info/RECORD,,
18
+ locust_cloud-1.3.2.dist-info/METADATA,sha256=bK1z7s7Tk-pkEItcPpn2-OQo-CSvvV0WjqrbAM6ROSU,1663
19
+ locust_cloud-1.3.2.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
20
+ locust_cloud-1.3.2.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
21
+ locust_cloud-1.3.2.dist-info/RECORD,,