locust 2.31.4.dev22__py3-none-any.whl → 2.31.4.dev25__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
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
14
14
  version_tuple: VERSION_TUPLE
15
15
 
16
16
 
17
- __version__ = "2.31.4.dev22"
17
+ __version__ = "2.31.4.dev25"
18
18
  version = __version__
19
- __version_tuple__ = (2, 31, 4, "dev22")
19
+ __version_tuple__ = (2, 31, 4, "dev25")
20
20
  version_tuple = __version_tuple__
@@ -2,7 +2,8 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <link rel="icon" href="./assets/favicon.png" />
5
+ <link rel="shortcut icon" href="./assets/favicon-light.png" media="(prefers-color-scheme: light)">
6
+ <link rel="shortcut icon" href="./assets/favicon-dark.png" media="(prefers-color-scheme: dark)">
6
7
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
8
  <meta name="theme-color" content="#000000" />
8
9
 
@@ -2,7 +2,8 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <link rel="icon" href="./assets/favicon.png" />
5
+ <link rel="shortcut icon" href="./assets/favicon-light.png" media="(prefers-color-scheme: light)">
6
+ <link rel="shortcut icon" href="./assets/favicon-dark.png" media="(prefers-color-scheme: dark)">
6
7
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
8
  <meta name="theme-color" content="#000000" />
8
9
 
@@ -3,7 +3,8 @@
3
3
  {% raw %}
4
4
  <head>
5
5
  <meta charset="utf-8" />
6
- <link rel="icon" href="../../assets/favicon.png" />
6
+ <link rel="shortcut icon" href="../../assets/favicon-light.png" media="(prefers-color-scheme: light)">
7
+ <link rel="shortcut icon" href="../../assets/favicon-dark.png" media="(prefers-color-scheme: dark)">
7
8
  <meta name="viewport" content="width=device-width, initial-scale=1" />
8
9
  <meta name="theme-color" content="#000000" />
9
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.31.4.dev22
3
+ Version: 2.31.4.dev25
4
4
  Summary: Developer-friendly load testing framework
5
5
  Home-page: https://locust.io/
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=am1CkFQ6Wz4GGCE6Qvo-_EQufEiL1hcT13Ov_NnyfLk,460
3
+ locust/_version.py,sha256=zxnXy1XiB574DyBl1Ps2BKeLOWB4HOChj49ThPccGGo,460
4
4
  locust/argument_parser.py,sha256=FMEWKC5OMVzpliRYa6KJvmpMRFvtlJFoVKxyW9_NJuc,29012
5
5
  locust/clients.py,sha256=OHPv6hBAt4gt3HI67yqyT1qrSsF8uMdCwIRu0kIsRWI,19491
6
6
  locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -38,13 +38,14 @@ locust/util/rounding.py,sha256=5haxR8mKhATqag6WvPby-MSRRgIw5Ob6thbyvMYZM7o,92
38
38
  locust/util/timespan.py,sha256=Y0LtnhUq2Mq19p04u0XtBlYQ_-S2cRvwRdgru8W9WhA,986
39
39
  locust/util/url.py,sha256=s_W2PCxvxTWxWX0yUvp-8VBuQm881KwI5X9iifogZG4,321
40
40
  locust/web.py,sha256=uI9aD4wCjDxzFc5NR9pyeBsrCoZ6I0wcpKfVA8Gx454,27516
41
- locust/webui/dist/assets/favicon.png,sha256=B0tsPyEDK4YPwRCp1AJiSHory4iHdP1dnWUbDnAPyNQ,704
41
+ locust/webui/dist/assets/favicon-dark.png,sha256=6zVkRtiRfU45qQGvEhf1cq2nNauFs_JW5SI79wT0YkM,2437
42
+ locust/webui/dist/assets/favicon-light.png,sha256=VdG2GZyeTCOML7xfievupBP4EhmHoUqlVCw-tXqkvxU,2468
42
43
  locust/webui/dist/assets/index-BV6-XyOR.js,sha256=UjaVIL4m6KhICsuzfIOgm_9Mo66KbCsb_FL9EcutO5I,1672009
43
- locust/webui/dist/auth.html,sha256=_mAE_HznC29lwck9MVDH9HCl0p6Vr8OqMQouCL7d3YU,496
44
- locust/webui/dist/index.html,sha256=432FG6Ihug_sgOGndZyA8PIW6ZKffSGHXHET0dy4YUM,502
45
- locust/webui/dist/report.html,sha256=MS3tkycRcNqDdq317Gv-pVWt6QRy0URyF1403VoXKvg,1472307
46
- locust-2.31.4.dev22.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
47
- locust-2.31.4.dev22.dist-info/METADATA,sha256=D2WMXakLYwUDqZ8Ip9QtYr0leJQHVmyP4uS_iqxS-1Q,7679
48
- locust-2.31.4.dev22.dist-info/WHEEL,sha256=HBsDV7Hj4OTiS1GX6ua7iQXUQTB9UHftbBxr7Q8Xm9c,110
49
- locust-2.31.4.dev22.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
50
- locust-2.31.4.dev22.dist-info/RECORD,,
44
+ locust/webui/dist/auth.html,sha256=7OZmSZhABdIZYTwDH-p7-bPGiFETVHEuYxxXNaCbUlQ,648
45
+ locust/webui/dist/index.html,sha256=yaAgbTvGWVUKNVeRvzL1Cw1AQHYIdPz5mNMEViIrsUY,654
46
+ locust/webui/dist/report.html,sha256=CPuv-WOa0QbAeJB57YapUdeb_hwoc65fe9M7N9GDLDs,1472463
47
+ locust-2.31.4.dev25.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
48
+ locust-2.31.4.dev25.dist-info/METADATA,sha256=_DbvJpu4NOJcfblA33KbIgOw2dTB1k3eByXn_RmoANE,7679
49
+ locust-2.31.4.dev25.dist-info/WHEEL,sha256=HBsDV7Hj4OTiS1GX6ua7iQXUQTB9UHftbBxr7Q8Xm9c,110
50
+ locust-2.31.4.dev25.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
51
+ locust-2.31.4.dev25.dist-info/RECORD,,
Binary file