locust 2.26.1.dev7__tar.gz → 2.26.1.dev16__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.
Files changed (352) hide show
  1. {locust-2.26.1.dev7/locust.egg-info → locust-2.26.1.dev16}/PKG-INFO +2 -2
  2. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/README.md +1 -1
  3. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/changelog.rst +10 -10
  4. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/configuration.rst +7 -9
  5. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/extending-locust.rst +1 -1
  6. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/increase-performance.rst +3 -3
  7. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/quickstart.rst +1 -1
  8. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/writing-a-locustfile.rst +1 -1
  9. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/rest.py +1 -1
  10. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/web_ui_cache_stats.py +1 -1
  11. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/_version.py +2 -2
  12. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/input_events.py +1 -1
  13. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/main.py +3 -4
  14. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/runners.py +1 -1
  15. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_main.py +1 -1
  16. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_runners.py +1 -1
  17. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_stats.py +1 -1
  18. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/util/timespan.py +2 -3
  19. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/web.py +2 -2
  20. {locust-2.26.1.dev7 → locust-2.26.1.dev16/locust.egg-info}/PKG-INFO +2 -2
  21. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.coveragerc +0 -0
  22. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.dockerignore +0 -0
  23. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.git-blame-ignore-revs +0 -0
  24. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.gitattributes +0 -0
  25. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.github/CONTRIBUTING.md +0 -0
  26. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.github/ISSUE_TEMPLATE/bug.yml +0 -0
  27. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  28. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  29. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.github/workflows/stale.yml +0 -0
  30. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.github/workflows/tests.yml +0 -0
  31. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.gitignore +0 -0
  32. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.pre-commit-config.yaml +0 -0
  33. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.readthedocs.yaml +0 -0
  34. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.vscode/extensions.json +0 -0
  35. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.vscode/launch.json +0 -0
  36. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.vscode/launch_locust.json +0 -0
  37. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/.vscode/settings.json +0 -0
  38. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/CHANGELOG.md +0 -0
  39. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/Dockerfile +0 -0
  40. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/LICENSE +0 -0
  41. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/MANIFEST.in +0 -0
  42. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/Makefile +0 -0
  43. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/README +0 -0
  44. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/SECURITY.md +0 -0
  45. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/Vagrantfile +0 -0
  46. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/benchmarks/dispatch.py +0 -0
  47. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/_static/theme-overrides.css +0 -0
  48. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/api.rst +0 -0
  49. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/conf.py +0 -0
  50. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/custom-load-shape.rst +0 -0
  51. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/developing-locust.rst +0 -0
  52. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/further-reading.rst +0 -0
  53. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/history.rst +0 -0
  54. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/images/extend_modern_web_ui_cache_stats.png +0 -0
  55. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/images/locust_workers.png +0 -0
  56. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/images/number_of_users.png +0 -0
  57. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/images/response_times.png +0 -0
  58. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/images/total_requests_per_second.png +0 -0
  59. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/images/userclass_picker_example.png +0 -0
  60. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/images/webui-running-statistics.png +0 -0
  61. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/images/webui-splash-screenshot.png +0 -0
  62. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/index.rst +0 -0
  63. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/installation.rst +0 -0
  64. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/logging.rst +0 -0
  65. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/requirements.txt +0 -0
  66. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/retrieving-stats.rst +0 -0
  67. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/running-cloud-integration.rst +0 -0
  68. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/running-distributed.rst +0 -0
  69. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/running-in-debugger.rst +0 -0
  70. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/running-in-docker.rst +0 -0
  71. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/running-without-web-ui.rst +0 -0
  72. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/tasksets.rst +0 -0
  73. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/testing-other-systems.rst +0 -0
  74. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/use-as-lib.rst +0 -0
  75. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/docs/what-is-locust.rst +0 -0
  76. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/add_command_line_argument.py +0 -0
  77. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/basic.py +0 -0
  78. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/browse_docs_sequence_test.py +0 -0
  79. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/browse_docs_test.py +0 -0
  80. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_messages.py +0 -0
  81. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_shape/double_wave.py +0 -0
  82. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_shape/stages.py +0 -0
  83. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_shape/staging_user_classes.py +0 -0
  84. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_shape/step_load.py +0 -0
  85. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_shape/wait_user_count.py +0 -0
  86. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_wait_function.py +0 -0
  87. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_xmlrpc_client/server.py +0 -0
  88. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/custom_xmlrpc_client/xmlrpc_locustfile.py +0 -0
  89. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/debugging.py +0 -0
  90. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/debugging_advanced.py +0 -0
  91. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/docker-compose/docker-compose.yml +0 -0
  92. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/dynamic_user_credentials.py +0 -0
  93. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/events.py +0 -0
  94. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/extend_modern_web_ui.py +0 -0
  95. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/extend_web_ui/extend.py +0 -0
  96. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/extend_web_ui/static/custom-stats-table.css +0 -0
  97. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/extend_web_ui/static/extend.js +0 -0
  98. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/extend_web_ui/templates/extend.html +0 -0
  99. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/fast_http_locust.py +0 -0
  100. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/grpc/grpc_user.py +0 -0
  101. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/grpc/hello.proto +0 -0
  102. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/grpc/hello_pb2.py +0 -0
  103. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/grpc/hello_pb2_grpc.py +0 -0
  104. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/grpc/hello_server.py +0 -0
  105. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/grpc/locustfile.py +0 -0
  106. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/locustfile.py +0 -0
  107. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/manual_stats_reporting.py +0 -0
  108. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/multiple_hosts.py +0 -0
  109. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/nested_inline_tasksets.py +0 -0
  110. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/sdk_session_patching/session_patch_locustfile.py +0 -0
  111. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/semaphore_wait.py +0 -0
  112. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/stop_on_threshold.py +0 -0
  113. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/terraform/aws/README.md +0 -0
  114. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/terraform/aws/data_subnet.tf +0 -0
  115. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/terraform/aws/main.tf +0 -0
  116. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/terraform/aws/output.tf +0 -0
  117. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/terraform/aws/plan/basic.py +0 -0
  118. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/terraform/aws/provisioner.tf +0 -0
  119. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/terraform/aws/variables.tf +0 -0
  120. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/test_data_management.py +0 -0
  121. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/use_as_lib.py +0 -0
  122. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/vagrant/README.md +0 -0
  123. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/vagrant/supervisord.conf +0 -0
  124. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/web_ui_auth.py +0 -0
  125. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/examples/worker_index.py +0 -0
  126. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/generate_changelog.py +0 -0
  127. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/__init__.py +0 -0
  128. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/__main__.py +0 -0
  129. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/argument_parser.py +0 -0
  130. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/clients.py +0 -0
  131. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/contrib/__init__.py +0 -0
  132. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/contrib/fasthttp.py +0 -0
  133. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/debug.py +0 -0
  134. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/dispatch.py +0 -0
  135. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/env.py +0 -0
  136. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/event.py +0 -0
  137. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/exception.py +0 -0
  138. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/html.py +0 -0
  139. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/log.py +0 -0
  140. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/py.typed +0 -0
  141. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/rpc/__init__.py +0 -0
  142. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/rpc/protocol.py +0 -0
  143. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/rpc/zmqrpc.py +0 -0
  144. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/shape.py +0 -0
  145. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/chart.js +0 -0
  146. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/css/application.css +0 -0
  147. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/css/application.css.map +0 -0
  148. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/css/tables.css +0 -0
  149. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/css/tables.css.map +0 -0
  150. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/echarts.common.min.js +0 -0
  151. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/img/favicon.ico +0 -0
  152. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/img/logo.png +0 -0
  153. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/img/ui-screenshot-charts.png +0 -0
  154. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/img/ui-screenshot-start-test.png +0 -0
  155. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/img/ui-screenshot-stats.png +0 -0
  156. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/img/ui-screenshot-workers.png +0 -0
  157. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/jquery-1.11.3.min.js +0 -0
  158. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/jquery.jqote2.min.js +0 -0
  159. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/jquery.tools.min.js +0 -0
  160. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/locust.js +0 -0
  161. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/sass/_base.sass +0 -0
  162. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/sass/_mixins.sass +0 -0
  163. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/sass/application.sass +0 -0
  164. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/sass/tables.sass +0 -0
  165. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/tasks.js +0 -0
  166. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/static/vintage.js +0 -0
  167. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/stats.py +0 -0
  168. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/templates/index.html +0 -0
  169. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/templates/report.html +0 -0
  170. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/templates/stats_data.html +0 -0
  171. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/__init__.py +0 -0
  172. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/fake_module1_for_env_test.py +0 -0
  173. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/fake_module2_for_env_test.py +0 -0
  174. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/mock_locustfile.py +0 -0
  175. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/mock_logging.py +0 -0
  176. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_debugging.py +0 -0
  177. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_dispatch.py +0 -0
  178. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_env.py +0 -0
  179. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_fasthttp.py +0 -0
  180. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_http.py +0 -0
  181. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_interruptable_task.py +0 -0
  182. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_load_locustfile.py +0 -0
  183. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_locust_class.py +0 -0
  184. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_log.py +0 -0
  185. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_old_wait_api.py +0 -0
  186. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_parser.py +0 -0
  187. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_sequential_taskset.py +0 -0
  188. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_tags.py +0 -0
  189. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_taskratio.py +0 -0
  190. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_users.py +0 -0
  191. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_util.py +0 -0
  192. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_wait_time.py +0 -0
  193. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_web.py +0 -0
  194. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/test_zmqrpc.py +0 -0
  195. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/testcases.py +0 -0
  196. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/test/util.py +0 -0
  197. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/user/__init__.py +0 -0
  198. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/user/inspectuser.py +0 -0
  199. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/user/sequential_taskset.py +0 -0
  200. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/user/task.py +0 -0
  201. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/user/users.py +0 -0
  202. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/user/wait_time.py +0 -0
  203. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/util/__init__.py +0 -0
  204. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/util/cache.py +0 -0
  205. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/util/deprecation.py +0 -0
  206. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/util/exception_handler.py +0 -0
  207. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/util/load_locustfile.py +0 -0
  208. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/util/rounding.py +0 -0
  209. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/.eslintrc +0 -0
  210. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/.gitignore +0 -0
  211. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/.prettierrc +0 -0
  212. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/auth.html +0 -0
  213. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/dev.html +0 -0
  214. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/dist/assets/favicon.ico +0 -0
  215. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/dist/assets/index-941b6e82.js +0 -0
  216. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/dist/assets/logo.png +0 -0
  217. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/dist/auth.html +0 -0
  218. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/dist/index.html +0 -0
  219. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/dist/report.html +0 -0
  220. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/index.html +0 -0
  221. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/package.json +0 -0
  222. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/public/assets/favicon.ico +0 -0
  223. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/public/assets/logo.png +0 -0
  224. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/public/report.html +0 -0
  225. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/App.test.tsx +0 -0
  226. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/App.tsx +0 -0
  227. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/DataTable/DataTable.test.tsx +0 -0
  228. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/DataTable/DataTable.tsx +0 -0
  229. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/ExceptionsTable/ExceptionsTable.tsx +0 -0
  230. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/FailuresTable/FailuresTable.tsx +0 -0
  231. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/FallbackRender/FallbackRender.test.tsx +0 -0
  232. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/FallbackRender/FallbackRender.tsx +0 -0
  233. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Form/Form.tsx +0 -0
  234. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Form/Select.tsx +0 -0
  235. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Form/tests/Form.test.tsx +0 -0
  236. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Form/tests/Select.test.tsx +0 -0
  237. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Layout/Footer/About.tsx +0 -0
  238. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Layout/Footer/Footer.tsx +0 -0
  239. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Layout/Layout.tsx +0 -0
  240. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Layout/Navbar/DarkLightToggle.tsx +0 -0
  241. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Layout/Navbar/Navbar.tsx +0 -0
  242. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Layout/Navbar/SwarmMonitor.test.tsx +0 -0
  243. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Layout/Navbar/SwarmMonitor.tsx +0 -0
  244. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/LineChart/LineChart.test.tsx +0 -0
  245. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/LineChart/LineChart.tsx +0 -0
  246. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/LogViewer/LogViewer.tsx +0 -0
  247. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/LogViewer/tests/LogViewer.test.tsx +0 -0
  248. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/LogViewer/tests/useLogViewer.test.tsx +0 -0
  249. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/LogViewer/useLogViewer.ts +0 -0
  250. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Modal/Modal.tsx +0 -0
  251. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Reports/Reports.test.tsx +0 -0
  252. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Reports/Reports.tsx +0 -0
  253. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/ResponseTimeTable/ResponseTimeTable.test.tsx +0 -0
  254. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/ResponseTimeTable/ResponseTimeTable.tsx +0 -0
  255. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StateButtons/EditButton.tsx +0 -0
  256. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StateButtons/NewTestButton.tsx +0 -0
  257. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StateButtons/ResetButton.tsx +0 -0
  258. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StateButtons/StateButtons.tsx +0 -0
  259. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StateButtons/StopButton.tsx +0 -0
  260. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StateButtons/tests/ResetButton.test.tsx +0 -0
  261. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StateButtons/tests/StateButtons.test.tsx +0 -0
  262. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StateButtons/tests/StopButton.test.tsx +0 -0
  263. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/StatsTable/StatsTable.tsx +0 -0
  264. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmCharts/SwarmCharts.tsx +0 -0
  265. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmForm/SwarmCustomParameters.tsx +0 -0
  266. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmForm/SwarmEditForm.tsx +0 -0
  267. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmForm/SwarmForm.tsx +0 -0
  268. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmForm/SwarmUserClassPicker.tsx +0 -0
  269. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmForm/tests/SwarmCustomParameters.test.tsx +0 -0
  270. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmForm/tests/SwarmEditForm.test.tsx +0 -0
  271. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmForm/tests/SwarmForm.test.tsx +0 -0
  272. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmForm/tests/SwarmUserClassPicker.test.tsx +0 -0
  273. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmRatios/SwarmRatios.test.tsx +0 -0
  274. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/SwarmRatios/SwarmRatios.tsx +0 -0
  275. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Table/Table.test.tsx +0 -0
  276. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Table/Table.tsx +0 -0
  277. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Tabs/Tabs.constants.tsx +0 -0
  278. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Tabs/Tabs.test.tsx +0 -0
  279. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/Tabs/Tabs.tsx +0 -0
  280. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/ViewColumnSelector/ViewColumnSelector.test.tsx +0 -0
  281. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/ViewColumnSelector/ViewColumnSelector.tsx +0 -0
  282. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/components/WorkersTable/WorkersTable.tsx +0 -0
  283. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/constants/auth.ts +0 -0
  284. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/constants/swarm.ts +0 -0
  285. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/constants/theme.ts +0 -0
  286. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/global.d.ts +0 -0
  287. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/tests/useNotifications.test.tsx +0 -0
  288. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/tests/useSelecteViewColumns.test.tsx +0 -0
  289. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/tests/useSortByField.test.tsx +0 -0
  290. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/tests/useSwarmUi.test.tsx +0 -0
  291. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/useInterval.ts +0 -0
  292. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/useNotifications.ts +0 -0
  293. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/useSelectViewColumns.ts +0 -0
  294. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/useSortByField.ts +0 -0
  295. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/hooks/useSwarmUi.ts +0 -0
  296. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/index.tsx +0 -0
  297. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/pages/Auth.tsx +0 -0
  298. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/pages/Dashboard.tsx +0 -0
  299. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/pages/HtmlReport.tsx +0 -0
  300. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/pages/tests/Auth.test.tsx +0 -0
  301. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/pages/tests/Dashboard.test.tsx +0 -0
  302. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/pages/tests/HtmlReport.test.tsx +0 -0
  303. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/api/swarm.ts +0 -0
  304. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/hooks.ts +0 -0
  305. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/slice/logViewer.slice.ts +0 -0
  306. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/slice/notification.slice.ts +0 -0
  307. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/slice/root.slice.ts +0 -0
  308. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/slice/swarm.slice.ts +0 -0
  309. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/slice/tests/ui.slice.test.ts +0 -0
  310. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/slice/theme.slice.ts +0 -0
  311. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/slice/ui.slice.ts +0 -0
  312. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/slice/url.slice.ts +0 -0
  313. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/store.ts +0 -0
  314. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/redux/utils.ts +0 -0
  315. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/styles/theme.ts +0 -0
  316. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/test/constants.ts +0 -0
  317. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/test/mocks/statsRequest.mock.ts +0 -0
  318. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/test/mocks/swarmState.mock.ts +0 -0
  319. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/test/setup.ts +0 -0
  320. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/test/testUtils.tsx +0 -0
  321. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/types/auth.types.ts +0 -0
  322. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/types/swarm.types.ts +0 -0
  323. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/types/tab.types.ts +0 -0
  324. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/types/table.types.ts +0 -0
  325. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/types/ui.types.ts +0 -0
  326. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/utils/number.ts +0 -0
  327. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/utils/object.ts +0 -0
  328. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/utils/string.ts +0 -0
  329. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/utils/tests/number.test.ts +0 -0
  330. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/utils/tests/object.test.ts +0 -0
  331. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/utils/tests/string.test.ts +0 -0
  332. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/utils/tests/url.test.ts +0 -0
  333. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/src/utils/url.ts +0 -0
  334. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/tsconfig.json +0 -0
  335. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/vite.config.ts +0 -0
  336. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/vitest.config.ts +0 -0
  337. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust/webui/yarn.lock +0 -0
  338. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust.egg-info/SOURCES.txt +0 -0
  339. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust.egg-info/dependency_links.txt +0 -0
  340. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust.egg-info/entry_points.txt +0 -0
  341. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust.egg-info/not-zip-safe +0 -0
  342. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust.egg-info/requires.txt +0 -0
  343. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/locust.egg-info/top_level.txt +0 -0
  344. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/package.json +0 -0
  345. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/pyproject.toml +0 -0
  346. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/scripts/locustfile.py +0 -0
  347. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/scripts/run-disributed-headless.sh +0 -0
  348. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/scripts/run-disributed-web.sh +0 -0
  349. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/scripts/run-local-headless.sh +0 -0
  350. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/scripts/run-local-web.sh +0 -0
  351. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/setup.cfg +0 -0
  352. {locust-2.26.1.dev7 → locust-2.26.1.dev16}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.26.1.dev7
3
+ Version: 2.26.1.dev16
4
4
  Summary: Developer friendly load testing framework
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/locustio/locust
@@ -116,7 +116,7 @@ Locust's code base is intentionally kept small and doesn't solve everything out
116
116
  ## Authors
117
117
 
118
118
  * Maintainer: [Lars Holmberg](https://github.com/cyberw)
119
- * Modern UI: [Andrew Baldwin](https://github.com/andrewbaldwin44)
119
+ * UI: [Andrew Baldwin](https://github.com/andrewbaldwin44)
120
120
  * Original creator: [Jonatan Heyman](https://github.com/heyman)
121
121
  * Massive thanks to [all of our contributors](https://github.com/locustio/locust/graphs/contributors)
122
122
 
@@ -73,7 +73,7 @@ Locust's code base is intentionally kept small and doesn't solve everything out
73
73
  ## Authors
74
74
 
75
75
  * Maintainer: [Lars Holmberg](https://github.com/cyberw)
76
- * Modern UI: [Andrew Baldwin](https://github.com/andrewbaldwin44)
76
+ * UI: [Andrew Baldwin](https://github.com/andrewbaldwin44)
77
77
  * Original creator: [Jonatan Heyman](https://github.com/heyman)
78
78
  * Massive thanks to [all of our contributors](https://github.com/locustio/locust/graphs/contributors)
79
79
 
@@ -274,7 +274,7 @@ For full details of the Locust changelog, please see https://github.com/locustio
274
274
  =====
275
275
  * Pass --tags and --exclude-tags to workers. (https://github.com/locustio/locust/pull/1976)
276
276
  * Clean up some logging messages (https://github.com/locustio/locust/pull/1973)
277
- * Ensure heartbeat\_worker doesnt try to re-establish connection to workers when quit has been called (https://github.com/locustio/locust/pull/1972)
277
+ * Ensure heartbeat\_worker doesn't try to re-establish connection to workers when quit has been called (https://github.com/locustio/locust/pull/1972)
278
278
  * fixed\_count: ability to spawn a specific number of users \(as opposed to just using weights\) (https://github.com/locustio/locust/pull/1964)
279
279
 
280
280
  2.5.1
@@ -654,7 +654,7 @@ Other breaking changes
654
654
  Web UI improvements
655
655
  -------------------
656
656
 
657
- * It's now possible to protect the Web UI with Basic Auth using hte ``--web-auth`` command line argument.
657
+ * It's now possible to protect the Web UI with Basic Auth using the ``--web-auth`` command line argument.
658
658
  * The Web UI can now be served over HTTPS by specifying a TLS certificate and key with the ``--tls-cert``
659
659
  and ``--tls-key`` command line arguments.
660
660
  * If the number of users and hatch rate are specified on command line, it's now used to pre-populate the input fields in
@@ -709,7 +709,7 @@ Identical to previous version, but now built & deployed to Pypi using Travis.
709
709
  0.13.2
710
710
  ======
711
711
 
712
- * Fixed bug that broke the Web UI's repsonse time graph
712
+ * Fixed bug that broke the Web UI's response time graph
713
713
 
714
714
  0.13.1
715
715
  ======
@@ -786,7 +786,7 @@ Identical to previous version, but now built & deployed to Pypi using Travis.
786
786
  * Added sequential task support - https://github.com/locustio/locust/pull/827
787
787
  * Added support for user-defined wait_function - https://github.com/locustio/locust/pull/785
788
788
  * By default, Locust no longer resets the statistics when the hatching is complete.
789
- Therefore :code:`--no-reset-stats` has been deprected (since it's now the default behaviour),
789
+ Therefore :code:`--no-reset-stats` has been deprecated (since it's now the default behaviour),
790
790
  and instead a new :code:`--reset-stats` option has been added.
791
791
  * Dropped support for Python 3.3
792
792
  * Updated documentation
@@ -803,7 +803,7 @@ Identical to previous version, but now built & deployed to Pypi using Travis.
803
803
 
804
804
  * Python 3 support
805
805
  * Dropped support for Python 2.6
806
- * Added :code:`--no-reset-stats` option for controling if the statistics should be reset once
806
+ * Added :code:`--no-reset-stats` option for controlling if the statistics should be reset once
807
807
  the hatching is complete
808
808
  * Added charts to the web UI for requests per second, average response time, and number of
809
809
  simulated users.
@@ -851,7 +851,7 @@ Identical to previous version, but now built & deployed to Pypi using Travis.
851
851
  * Fixed bug which caused the download time of the request body not to be included in the
852
852
  reported response time.
853
853
  * Fixed bug that occurred on some linux dists that were tampering with the python-requests
854
- system package (removing dependencies which requests is bundling). This bug only occured
854
+ system package (removing dependencies which requests is bundling). This bug only occurred
855
855
  when installing Locust in the python system packages, and not when using virtualenv.
856
856
  * Various minor fixes and improvements.
857
857
 
@@ -859,7 +859,7 @@ Identical to previous version, but now built & deployed to Pypi using Travis.
859
859
  0.7.1
860
860
  =====
861
861
 
862
- * Exceptions that occurs within TaskSets are now catched by default.
862
+ * Exceptions that occurs within TaskSets are now caught by default.
863
863
  * Fixed bug which caused Min response time to always be 0 after all locusts had been hatched
864
864
  and the statistics had been reset.
865
865
  * Minor UI improvements in the web interface.
@@ -875,7 +875,7 @@ HTTP client functionality moved to HttpLocust
875
875
  ---------------------------------------------
876
876
 
877
877
  Previously, the Locust class instantiated a :py:class:`HttpSession <locust.clients.HttpSession>`
878
- under the client attribute that was used to make HTTP requests. This funcionality has
878
+ under the client attribute that was used to make HTTP requests. This functionality has
879
879
  now been moved into the :py:class:`HttpLocust <locust.core.HttpLocust>` class, in an
880
880
  effort to make it more obvious how one can use Locust to
881
881
  :doc:`load test non-HTTP systems <testing-other-systems>`.
@@ -1085,7 +1085,7 @@ Locust now uses Requests
1085
1085
  Locust's own HttpBrowser class (which was typically accessed through *self.client* from within a locust class)
1086
1086
  has been replaced by a thin wrapper around the requests library (http://python-requests.org). This comes with
1087
1087
  a number of advantages. Users can now take advantage of a well documented, well written, fully fledged
1088
- library for making HTTP requests. However, it also comes with some small API changes wich will require users
1088
+ library for making HTTP requests. However, it also comes with some small API changes which will require users
1089
1089
  to update their existing load testing scripts.
1090
1090
 
1091
1091
  Gzip encoding turned on by default
@@ -1192,7 +1192,7 @@ Smaller API Changes
1192
1192
  API changes
1193
1193
  -----------
1194
1194
 
1195
- * Web inteface is now turned on by default. The **--web** command line option has been replaced by --no-web.
1195
+ * Web interface is now turned on by default. The **--web** command line option has been replaced by --no-web.
1196
1196
  * :func:`locust.events.request_success` and :func:`locust.events.request_failure` now gets the HTTP method as the first argument.
1197
1197
 
1198
1198
  Improvements and bug fixes
@@ -193,10 +193,9 @@ The Web UI will display:
193
193
 
194
194
  |
195
195
 
196
- With the new ``--modern-ui``, the class picker will addtionally allow for configuring any settings for each selected user.
197
- This includes selecting tasks, configuring the weight or fixed count, and configuring the host.
196
+ The class picker additionally allows for disabling individual User tasks, changing the weight or fixed count, and configuring the host.
198
197
 
199
- It is even possible to add custom arguments that you wish to be configurable for each user. Simply add a ``json`` classethod
198
+ It is even possible to add custom arguments that you wish to be configurable for each user. Simply add a ``json`` classmethod
200
199
  to your user:
201
200
 
202
201
  .. code-block:: python
@@ -216,8 +215,8 @@ to your user:
216
215
  Configuration for the User classes
217
216
  ==================================
218
217
 
219
- You can configure any settings you may wish for each user on the command line, the same as you may in the modern UI.
220
- Using the ``--config-users`` argument, you may pass a JSON string or file with your user configuration. To configure
218
+ You can configure any settings you may wish for each user on the command line, the same as you may in the UI.
219
+ Using the ``--config-users`` argument, you can also pass a JSON string or file with your user configuration. To configure
221
220
  multiple users you pass multiple arguments to ``--config-users`` or use a JSON Array.
222
221
 
223
222
  Each user settings object must contain a key ``user_class_name``. This key corresponds to the class that you wish
@@ -269,10 +268,9 @@ The list of statistics parameters that can be modified is:
269
268
  +-------------------------------------------+--------------------------------------------------------------------------------------+
270
269
  | PERCENTILES_TO_REPORT | List of response time percentiles to be calculated & reported |
271
270
  +-------------------------------------------+--------------------------------------------------------------------------------------+
272
- | PERCENTILES_TO_CHART | List of response time percentiles in the screen of chart for Web UI |
271
+ | PERCENTILES_TO_CHART | List of response time percentiles in the screen of chart for UI |
273
272
  +-------------------------------------------+--------------------------------------------------------------------------------------+
274
- | MODERN_UI_PERCENTILES_TO_CHART | List of response time percentiles in the screen of chart for the modern Web UI |
273
+ | MODERN_UI_PERCENTILES_TO_CHART | List of response time percentiles in the screen of chart for the UI |
275
274
  +-------------------------------------------+--------------------------------------------------------------------------------------+
276
- | PERCENTILES_TO_STATISTICS | List of response time percentiles in the screen of statistics for Web UI |
277
- | | This parameter supports only modern UI |
275
+ | PERCENTILES_TO_STATISTICS | List of response time percentiles in the screen of statistics for UI |
278
276
  +-------------------------------------------+--------------------------------------------------------------------------------------+
@@ -133,7 +133,7 @@ source code.
133
133
 
134
134
  * ``extend_modern_web_ui.py``: Display a table with content-length for each call.
135
135
 
136
- * ``web_ui_cache_stats.py``: Display Varnish Hit/ Miss stats for each call. Could be easly extended to other CDN or cache proxies and gather other cache statistics such as cache age, control, ...
136
+ * ``web_ui_cache_stats.py``: Display Varnish Hit/Miss stats for each call. This could easily be extended to other CDN or cache proxies and gather other cache statistics such as cache age, control, ...
137
137
 
138
138
  .. image:: images/extend_modern_web_ui_cache_stats.png
139
139
 
@@ -93,14 +93,14 @@ For a complete example, see `rest.py <https://github.com/locustio/locust/blob/ma
93
93
  Connection Handling
94
94
  ===================
95
95
 
96
- By default a user will reuse the same TCP/HTTP connection if possible. To more realistically simulate new users connecting to your application this connection can be manually closed.
96
+ By default a User will reuse the same TCP/HTTP connection (unless it breaks somehow). To more realistically simulate new browsers connecting to your application this connection can be manually closed.
97
97
 
98
98
  .. code-block:: python
99
99
 
100
100
  @task
101
101
  def t(self):
102
- self.client.client.clientpool.close()
103
- self.client.get("/") # Here a new connection will be created
102
+ self.client.client.clientpool.close() # self.client.client is not a typo
103
+ self.client.get("/") # Here a new connection will be created
104
104
 
105
105
 
106
106
  API
@@ -16,7 +16,7 @@ A Locust test is essentially just a Python program making requests to the system
16
16
  self.client.get("/hello")
17
17
  self.client.get("/world")
18
18
 
19
- This user will make an HTTP request to ``/hello``, and after that to ``/world``, and then repeat. For a full explanation and a more realistic example see :ref:`writing-a-locustfile`.
19
+ This user will make an HTTP request to ``/hello``, then to ``/world``, and then repeat. For a full explanation and a more realistic example see :ref:`writing-a-locustfile`.
20
20
 
21
21
  Change ``/hello`` and ``/world`` to some actual paths on the web site/service you want to test, put the code in a file named ``locustfile.py`` in your current directory and then run ``locust``:
22
22
 
@@ -68,7 +68,7 @@ is executed. For more info see :ref:`wait-time`.
68
68
  Methods decorated with ``@task`` are the core of your locust file. For every running User,
69
69
  Locust creates a `greenlet <https://greenlet.readthedocs.io/en/stable/greenlet.html>`_ (a coroutine or "micro-thread"), that will call those methods.
70
70
  Code within a task is executed sequentially (it is just regular Python code),
71
- so ``/world`` wont be called until the response from ``/hello`` has been received.
71
+ so ``/world`` won't be called until the response from ``/hello`` has been received.
72
72
 
73
73
  .. code-block:: python
74
74
 
@@ -50,7 +50,7 @@ class MyUser(FastHttpUser):
50
50
  with self.rest("POST", "/post", json={"foo": 1}) as resp:
51
51
  1 / 0 # pylint: disable=pointless-statement
52
52
 
53
- # response isnt even json, but RestUser will already have been marked it as a failure, so we dont have to do it again
53
+ # response isn't even json, but RestUser will already have been marked it as a failure, so we dont have to do it again
54
54
  with self.rest("GET", "/") as resp:
55
55
  pass
56
56
 
@@ -38,7 +38,7 @@ class WebsiteUser(HttpUser):
38
38
 
39
39
 
40
40
  # This example is based on the Varnish hit/miss headers (https://docs.varnish-software.com/tutorials/hit-miss-logging/).
41
- # It could easly be customised for matching other caching sytems, CDN or custom headers.
41
+ # It could easily be customised for matching other caching systems, CDN or custom headers.
42
42
  CACHE_HEADER = "X-Cache"
43
43
 
44
44
  cache_stats = {}
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '2.26.1.dev7'
16
- __version_tuple__ = version_tuple = (2, 26, 1, 'dev7')
15
+ __version__ = version = '2.26.1.dev16'
16
+ __version_tuple__ = version_tuple = (2, 26, 1, 'dev16')
@@ -56,7 +56,7 @@ class WindowsKeyPoller:
56
56
  self.cur_keys_length = 0
57
57
  self.captured_chars = []
58
58
  except pywintypes.error:
59
- raise InitError("Terminal says its a tty but we couldnt enable line input. Keyboard input disabled.")
59
+ raise InitError("Terminal says its a tty but we couldn't enable line input. Keyboard input disabled.")
60
60
  else:
61
61
  raise InitError("Terminal was not a tty. Keyboard input disabled")
62
62
 
@@ -220,7 +220,7 @@ def main():
220
220
  children.append(child_pid)
221
221
  logging.debug(f"Started child worker with pid #{child_pid}")
222
222
  else:
223
- # child is always a worker, even when it wasnt set on command line
223
+ # child is always a worker, even when it wasn't set on command line
224
224
  options.worker = True
225
225
  # remove options that dont make sense on worker
226
226
  options.run_time = None
@@ -286,7 +286,7 @@ def main():
286
286
  exit_code = max(exit_code, child_exit_code)
287
287
  if exit_code > 1:
288
288
  logging.error(f"Bad response code from worker children: {exit_code}")
289
- # ensure master doesnt finish until output from workers has arrived
289
+ # ensure master doesn't finish until output from workers has arrived
290
290
  # otherwise the terminal might look weird.
291
291
  time.sleep(0.1)
292
292
 
@@ -433,8 +433,7 @@ See https://github.com/locustio/locust/wiki/Installation#increasing-maximum-numb
433
433
 
434
434
  if options.run_time:
435
435
  if options.worker:
436
- logger.error("--run-time should be specified on the master node, and not on worker nodes")
437
- sys.exit(1)
436
+ logger.info("--run-time specified for a worker node will be ignored.")
438
437
  try:
439
438
  options.run_time = parse_timespan(options.run_time)
440
439
  except ValueError:
@@ -378,7 +378,7 @@ class Runner:
378
378
  caller = inspect.getframeinfo(inspect.stack()[1][0])
379
379
  logger.debug(f"Stopping all users (called from {caller.filename}:{caller.lineno})")
380
380
  except Exception:
381
- logger.debug("Stopping all users (couldnt determine where stop() was called from)")
381
+ logger.debug("Stopping all users (couldn't determine where stop() was called from)")
382
382
  self.environment.events.test_stopping.fire(environment=self.environment)
383
383
  self.final_user_classes_count = {**self.user_classes_count}
384
384
  self.update_state(STATE_CLEANUP)
@@ -832,7 +832,7 @@ class StandaloneIntegrationTests(ProcessIntegrationTest):
832
832
  def test_web_options(self):
833
833
  port = get_free_tcp_port()
834
834
  if platform.system() != "Darwin":
835
- # MacOS only sets up the loopback interface for 127.0.0.1 and not for 127.*.*.*, so we cant test this
835
+ # MacOS only sets up the loopback interface for 127.0.0.1 and not for 127.*.*.*, so we can't test this
836
836
  with mock_locustfile() as mocked:
837
837
  proc = subprocess.Popen(
838
838
  ["locust", "-f", mocked.file_path, "--web-host", "127.0.0.2", "--web-port", str(port)],
@@ -3214,7 +3214,7 @@ class TestMasterRunner(LocustRunnerTestCase):
3214
3214
 
3215
3215
  def test_worker_sends_unrecognized_message_to_master(self):
3216
3216
  """
3217
- Validate master ignores message from worker when it cannot parse adddress info.
3217
+ Validate master ignores message from worker when it cannot parse address info.
3218
3218
  """
3219
3219
 
3220
3220
  class TestUser(User):
@@ -367,7 +367,7 @@ class TestStatsPrinting(LocustTestCase):
367
367
  headlines = info[1].replace("# ", "#").split()
368
368
  # check number of columns in headlines vs table ascii separator
369
369
  self.assertEqual(len(headlines), len(info[2].split("|")))
370
- # table ascii seprators
370
+ # table ascii separators
371
371
  self.assertEqual(info[2], info[-2])
372
372
 
373
373
 
@@ -2,7 +2,7 @@ import re
2
2
  from datetime import timedelta
3
3
 
4
4
 
5
- def parse_timespan(time_str):
5
+ def parse_timespan(time_str) -> int:
6
6
  """
7
7
  Parse a string representing a time span and return the number of seconds.
8
8
  Valid formats are: 20, 20s, 3m, 2h, 1h20m, 3h30m10s, etc.
@@ -18,8 +18,7 @@ def parse_timespan(time_str):
18
18
  parts = timespan_regex.match(time_str)
19
19
  if not parts:
20
20
  raise ValueError("Invalid time span format. Valid formats: 20, 20s, 3m, 2h, 1h20m, 3h30m10s, etc.")
21
- parts = parts.groupdict()
22
- time_params = {name: int(value) for name, value in parts.items() if value}
21
+ time_params = {name: int(value) for name, value in parts.groupdict().items() if value}
23
22
  if not time_params:
24
23
  raise ValueError("Invalid time span format. Valid formats: 20, 20s, 3m, 2h, 1h20m, 3h30m10s, etc.")
25
24
  return int(timedelta(**time_params).total_seconds())
@@ -104,7 +104,7 @@ class WebUI:
104
104
  environment: Reference to the current Locust Environment
105
105
  host: Host/interface that the web server should accept connections to
106
106
  port: Port that the web server should listen to
107
- web_login: Enables a login page for the modern UI
107
+ web_login: Enables a login page
108
108
  tls_cert: A path to a TLS certificate
109
109
  tls_key: A path to a TLS private key
110
110
  delayed_start: Whether or not to delay starting web UI until `start()` is called. Delaying web UI start
@@ -147,7 +147,7 @@ class WebUI:
147
147
  def handle_exception(error):
148
148
  error_message = str(error)
149
149
  logger.log(logging.CRITICAL, error_message)
150
- return make_response(error_message, 500)
150
+ return make_response(error_message, getattr(error, "code", 500))
151
151
 
152
152
  @app.route("/assets/<path:path>")
153
153
  def send_assets(path):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.26.1.dev7
3
+ Version: 2.26.1.dev16
4
4
  Summary: Developer friendly load testing framework
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/locustio/locust
@@ -116,7 +116,7 @@ Locust's code base is intentionally kept small and doesn't solve everything out
116
116
  ## Authors
117
117
 
118
118
  * Maintainer: [Lars Holmberg](https://github.com/cyberw)
119
- * Modern UI: [Andrew Baldwin](https://github.com/andrewbaldwin44)
119
+ * UI: [Andrew Baldwin](https://github.com/andrewbaldwin44)
120
120
  * Original creator: [Jonatan Heyman](https://github.com/heyman)
121
121
  * Massive thanks to [all of our contributors](https://github.com/locustio/locust/graphs/contributors)
122
122
 
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