locust 2.41.3.dev2__py3-none-any.whl → 2.41.3.dev6__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/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '2.41.3.dev2'
32
- __version_tuple__ = version_tuple = (2, 41, 3, 'dev2')
31
+ __version__ = version = '2.41.3.dev6'
32
+ __version_tuple__ = version_tuple = (2, 41, 3, 'dev6')
33
33
 
34
34
  __commit_id__ = commit_id = None
locust/main.py CHANGED
@@ -584,11 +584,11 @@ See https://github.com/locustio/locust/wiki/Installation#increasing-maximum-numb
584
584
  headless_master_greenlet = gevent.spawn(runner.start, options.num_users, options.spawn_rate)
585
585
  headless_master_greenlet.link_exception(greenlet_exception_handler)
586
586
 
587
- if options.run_time:
588
- logger.info(f"Run time limit set to {options.run_time} seconds")
589
- spawn_run_time_quit_greenlet()
590
- elif not options.worker and not environment.shape_class:
591
- logger.info("No run time limit set, use CTRL+C to interrupt")
587
+ if options.run_time:
588
+ logger.info(f"Run time limit set to {options.run_time} seconds")
589
+ spawn_run_time_quit_greenlet()
590
+ elif not environment.shape_class:
591
+ logger.info("No run time limit set, use CTRL+C to interrupt")
592
592
 
593
593
  if options.csv_prefix:
594
594
  gevent.spawn(stats_csv_writer.stats_writer).link_exception(greenlet_exception_handler)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: locust
3
- Version: 2.41.3.dev2
3
+ Version: 2.41.3.dev6
4
4
  Summary: Developer-friendly load testing framework
5
5
  Project-URL: homepage, https://locust.io/
6
6
  Project-URL: repository, https://github.com/locustio/locust
@@ -30,7 +30,7 @@ Requires-Dist: flask-login>=0.6.3
30
30
  Requires-Dist: flask>=2.0.0
31
31
  Requires-Dist: gevent<25.8.1,>=24.10.1
32
32
  Requires-Dist: geventhttpclient>=2.3.1
33
- Requires-Dist: locust-cloud>=1.27.1
33
+ Requires-Dist: locust-cloud>=1.27.2
34
34
  Requires-Dist: msgpack>=1.0.0
35
35
  Requires-Dist: psutil>=5.9.1
36
36
  Requires-Dist: pytest<9.0.0,>=8.3.3
@@ -1,6 +1,6 @@
1
1
  locust/__init__.py,sha256=HadpgGidiyCDPSKwkxrk1Qw6eB7dTmftNJVftuJzAiw,1876
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=MeuRWQOt-KE9cyOMj5a3r4oTc-GlQX3wUGJo4LKS7-g,719
3
+ locust/_version.py,sha256=krcRurU6GJb0EgE2-ayx9Q0k3VKSHz2TRt_hz8oCiSg,719
4
4
  locust/argument_parser.py,sha256=E0HM9jOlKCzPM9S_E_UKSwgiF_CL0aIli5eCcOG8Xac,33547
5
5
  locust/clients.py,sha256=OfMTOT3LwijczdL3u6bpDwDNM2TDcPCIwXBelizPOyw,20776
6
6
  locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
@@ -11,7 +11,7 @@ locust/exception.py,sha256=XCQyJj5XHvJPgTWGhzgjjavoqVdyF0tqG2wj6WzmXvo,1954
11
11
  locust/html.py,sha256=18LlaL-NEQdthXVdS16gRAd4SOpW_bowOJKyuLvWrCY,4043
12
12
  locust/input_events.py,sha256=lqLDB2Ax-OQ7-vtYNkGjySjfaWVobBzqf0GxRwjcLcQ,3323
13
13
  locust/log.py,sha256=5E2ZUOa3V4sfCqa-470Gle1Ik9L5nxYitsjEB9tRwE0,3455
14
- locust/main.py,sha256=riKiT8Rx9rUqbUY4iivlM3odvVdPJIFyVdAS1k6QNJg,28898
14
+ locust/main.py,sha256=AcSPnubfTKM3CtO4YIP94RamBxDg4G37QEDrUE-iHoQ,28895
15
15
  locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
16
16
  locust/runners.py,sha256=RqqCZaGt61gjlFR8KkCUJupOZAJPjpTiYCuRbVJ_gNo,70680
17
17
  locust/shape.py,sha256=t-lwBS8LOjWcKXNL7j2U3zroIXJ1b0fazUwpRYQOKXw,1973
@@ -57,8 +57,8 @@ locust/webui/dist/assets/terminal.gif,sha256=iw80LO2u0dnf4wpGfFJZauBeKTcSpw9iUfI
57
57
  locust/webui/dist/assets/testruns-dark.png,sha256=G4p2VZSBuuqF4neqUaPSshIp5OKQJ_Bvb69Luj6XuVs,125231
58
58
  locust/webui/dist/assets/testruns-light.png,sha256=JinGDiiBPOkhpfF-XCbmQqhRInqItrjrBTLKt5MlqVI,130301
59
59
  pytest_locust/plugin.py,sha256=3jr_5H_1SHCJTdQdgnTDJ-09r5jXzNKxJPkocfE9HF4,1669
60
- locust-2.41.3.dev2.dist-info/METADATA,sha256=9TCV81186u4im07BPQHS-yuxFLMTnKceog5_2ewUeoQ,9585
61
- locust-2.41.3.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
62
- locust-2.41.3.dev2.dist-info/entry_points.txt,sha256=0uIHcQ71R1qaWhM_sd8uBUCCJgp7gJfGHUVMnJeZfcY,86
63
- locust-2.41.3.dev2.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
64
- locust-2.41.3.dev2.dist-info/RECORD,,
60
+ locust-2.41.3.dev6.dist-info/METADATA,sha256=ZRBwgNz8DwPkNZZ43i0D_Gf9ChGJsX1yN0yLNSRiq-k,9585
61
+ locust-2.41.3.dev6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
62
+ locust-2.41.3.dev6.dist-info/entry_points.txt,sha256=0uIHcQ71R1qaWhM_sd8uBUCCJgp7gJfGHUVMnJeZfcY,86
63
+ locust-2.41.3.dev6.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
64
+ locust-2.41.3.dev6.dist-info/RECORD,,