Skip to content

Commit

Permalink
➕ [#1865] Add locust to test tools
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 15, 2024
1 parent ebdd91f commit 615d7e1
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 4 deletions.
3 changes: 3 additions & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ django-extensions
# Documentation
sphinx
sphinx_rtd_theme

# performance testing
locust
58 changes: 54 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ billiard==3.6.4.0
# celery
black==22.12.0
# via -r requirements/dev.in
blinker==1.7.0
# via flask
boltons==21.0.0
# via
# -c requirements/ci.txt
Expand All @@ -58,6 +60,7 @@ brotli==1.0.9
# -c requirements/ci.txt
# -r requirements/ci.txt
# fonttools
# geventhttpclient
build==0.8.0
# via pip-tools
celery==5.2.7
Expand All @@ -72,6 +75,7 @@ certifi==2023.11.17
# django-simple-certmanager
# elastic-apm
# elasticsearch
# geventhttpclient
# requests
# sentry-sdk
cffi==1.15.0
Expand All @@ -94,6 +98,7 @@ click==8.1.3
# click-didyoumean
# click-plugins
# click-repl
# flask
# pip-tools
click-didyoumean==0.3.0
# via
Expand All @@ -110,6 +115,8 @@ click-repl==0.2.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# celery
configargparse==1.7
# via locust
confusable-homoglyphs==3.2.0
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -534,6 +541,15 @@ faker==9.9.0
# zgw-consumers
flake8==3.9.2
# via -r requirements/dev.in
flask==3.0.0
# via
# flask-basicauth
# flask-cors
# locust
flask-basicauth==0.2.0
# via locust
flask-cors==4.0.0
# via locust
fontawesomefree==6.4.2
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -567,6 +583,12 @@ geopy==2.2.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
gevent==23.9.1
# via
# geventhttpclient
# locust
geventhttpclient==2.0.11
# via locust
gitdb==4.0.9
# via gitpython
gitpython==3.1.27
Expand All @@ -580,6 +602,7 @@ greenlet==2.0.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# gevent
# playwright
html5lib==1.1
# via
Expand All @@ -602,6 +625,7 @@ importlib-metadata==4.8.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# flask
# markdown
inflection==0.5.1
# via
Expand All @@ -619,8 +643,12 @@ isort==5.9.3
# -r requirements/ci.txt
# -r requirements/dev.in
# pylint
jinja2==3.0.1
# via sphinx
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via
# flask
# sphinx
josepy==1.13.0
# via
# -c requirements/ci.txt
Expand All @@ -646,6 +674,8 @@ lockfile==0.12.2
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-yubin
locust==2.20.0
# via -r requirements/dev.in
lxml==4.9.1
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -673,8 +703,10 @@ markuppy==1.14
# -c requirements/ci.txt
# -r requirements/ci.txt
# tablib
markupsafe==2.0.1
# via jinja2
markupsafe==2.1.3
# via
# jinja2
# werkzeug
maykin-django-two-factor-auth==2.0.4
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -703,6 +735,8 @@ mozilla-django-oidc-db==0.12.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
msgpack==1.0.7
# via locust
mypy-extensions==0.4.3
# via black
notifications-api-common==0.2.0
Expand Down Expand Up @@ -779,6 +813,8 @@ prompt-toolkit==3.0.36
# -c requirements/ci.txt
# -r requirements/ci.txt
# click-repl
psutil==5.9.7
# via locust
psycopg2==2.9.1
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -878,6 +914,8 @@ pyyaml==6.0
# drf-spectacular
# gemma-zds-client
# tablib
pyzmq==25.1.2
# via locust
qrcode==6.1
# via
# -c requirements/ci.txt
Expand All @@ -903,6 +941,7 @@ requests==2.31.0
# django-open-forms-client
# django-rosetta
# gemma-zds-client
# locust
# maykin-python3-saml
# messagebird
# mozilla-django-oidc
Expand All @@ -915,6 +954,8 @@ requests-mock==1.9.3
# -r requirements/ci.txt
# ddt-api-calls
# zgw-consumers
roundrobin==0.0.4
# via locust
sentry-sdk==1.38.0
# via
# -c requirements/ci.txt
Expand All @@ -933,6 +974,7 @@ six==1.16.0
# django-elasticsearch-dsl
# elasticsearch-dsl
# furl
# geventhttpclient
# html5lib
# isodate
# mail-parser
Expand Down Expand Up @@ -1075,6 +1117,10 @@ webtest==3.0.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-webtest
werkzeug==3.0.1
# via
# flask
# locust
wheel==0.42.0
# via pip-tools
wrapt==1.12.1
Expand Down Expand Up @@ -1111,6 +1157,10 @@ zipp==3.6.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.1
# via gevent
zopfli==0.1.9
# via
# -c requirements/ci.txt
Expand Down

0 comments on commit 615d7e1

Please sign in to comment.