locust 2.36.3.dev3__py3-none-any.whl → 2.36.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
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '2.36.3.dev3'
21
- __version_tuple__ = version_tuple = (2, 36, 3, 'dev3')
20
+ __version__ = version = '2.36.3.dev6'
21
+ __version_tuple__ = version_tuple = (2, 36, 3, 'dev6')
locust/stats.py CHANGED
@@ -598,7 +598,7 @@ class StatsEntry:
598
598
  """
599
599
  if not self.use_response_times_cache:
600
600
  raise ValueError(
601
- "StatsEntry.use_response_times_cache must be set to True if we should be able to calculate the _current_ response time percentile"
601
+ "StatsEntry.use_response_times_cache must be set to True to calculate the _current_ response time percentile"
602
602
  )
603
603
  # First, we want to determine which of the cached response_times dicts we should
604
604
  # use to get response_times for approximately 10 seconds ago.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: locust
3
- Version: 2.36.3.dev3
3
+ Version: 2.36.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
@@ -1,6 +1,6 @@
1
1
  locust/__init__.py,sha256=aWeuBPUxONjwNm1xp4v8L4BO14SuYLjscIiwJVX1Ui4,1746
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=fVbegYIQS9BCRM_vU2GT5ICTBQ2FZijSzFXcR-f2Als,526
3
+ locust/_version.py,sha256=-QGfDD9D1YpFgJu-aQNUJdB0k3nLm9u-yxLlNpzjXBE,526
4
4
  locust/argument_parser.py,sha256=c0A7smgqHj7nCwV_pSzDgeYR5HvZZliAAj2QgmbyKbM,33037
5
5
  locust/clients.py,sha256=o-277lWQdpmPnoRTdf3IQVNPQT8LMFDtPtuxbLHQIIs,19286
6
6
  locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
@@ -15,7 +15,7 @@ locust/main.py,sha256=p3wl2cSFNE2dp5ESkph-BAw46AVdpbhMUsQ71u3yvXk,27793
15
15
  locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
16
16
  locust/runners.py,sha256=niYmGsfOpxMfVmTXGod4MYTefpaZ2wirFlhqxRw5mq4,70617
17
17
  locust/shape.py,sha256=t-lwBS8LOjWcKXNL7j2U3zroIXJ1b0fazUwpRYQOKXw,1973
18
- locust/stats.py,sha256=6CBzmFch8zZfF1VuT4zVMqvjQpsHQ6PGG7ckSOdvcN0,47285
18
+ locust/stats.py,sha256=D2iJ7Ei1Z_e3cF5n8TdSstpewZytnSmstTjxr5c9uNw,47264
19
19
  locust/web.py,sha256=I4xHIHq34F7AY-KXs9NfQ3vTqN6QX4O74KBkTUpNkhs,30471
20
20
  locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  locust/contrib/fasthttp.py,sha256=BCuKG0qpBIhXdejjPSbAMSaSd6piJtuLdx96_LWbIgI,29349
@@ -51,8 +51,8 @@ locust/webui/dist/assets/graphs-light.png,sha256=7L6pOehXqCojQclzeP91l-LskFQAw_n
51
51
  locust/webui/dist/assets/index-OsbNSvrF.js,sha256=7HLGlI9Pmknt3Nqf2hfZG7drC0jyMPi9Z5-x21F_4e8,1721633
52
52
  locust/webui/dist/assets/testruns-dark.png,sha256=np6MvpgJ2gkKQ66SOmukLtjsMtHqTSr5dNfza-2XtCo,267621
53
53
  locust/webui/dist/assets/testruns-light.png,sha256=iLAxBZh3kRsfGkcB1-1KSAbFgGji43IqiUrYuJlUoPk,276839
54
- locust-2.36.3.dev3.dist-info/METADATA,sha256=Lg2dwfvGN-4qg6lGeOQ2YLObo_ryicWsrfEsqlFjgdo,9403
55
- locust-2.36.3.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
56
- locust-2.36.3.dev3.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
57
- locust-2.36.3.dev3.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
58
- locust-2.36.3.dev3.dist-info/RECORD,,
54
+ locust-2.36.3.dev6.dist-info/METADATA,sha256=TRbMBILpPcSXwW3ES2-lpV_4YVHr-MFPJeIWPXJ-zqs,9403
55
+ locust-2.36.3.dev6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
56
+ locust-2.36.3.dev6.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
57
+ locust-2.36.3.dev6.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
58
+ locust-2.36.3.dev6.dist-info/RECORD,,