summaryrefslogtreecommitdiff
path: root/benchmarks/py-locust-cloud
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/py-locust-cloud')
-rw-r--r--benchmarks/py-locust-cloud/Makefile29
-rw-r--r--benchmarks/py-locust-cloud/distinfo3
-rw-r--r--benchmarks/py-locust-cloud/pkg-descr6
3 files changed, 38 insertions, 0 deletions
diff --git a/benchmarks/py-locust-cloud/Makefile b/benchmarks/py-locust-cloud/Makefile
new file mode 100644
index 000000000000..ca944675a4fc
--- /dev/null
+++ b/benchmarks/py-locust-cloud/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= locust-cloud
+DISTVERSION= 1.26.3
+CATEGORIES= benchmarks www python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= locust_cloud-${PORTVERSION}
+
+MAINTAINER= dtxdf@FreeBSD.org
+COMMENT= Hosted version of Locust that allows you to run distributed load tests
+WWW= https://locust.cloud/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configargparse>=0:devel/py-configargparse@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-socketio>=0:devel/py-python-socketio@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-engineio>=0:devel/py-python-engineio@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/benchmarks/py-locust-cloud/distinfo b/benchmarks/py-locust-cloud/distinfo
new file mode 100644
index 000000000000..5266e2d35e8c
--- /dev/null
+++ b/benchmarks/py-locust-cloud/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1754029824
+SHA256 (locust_cloud-1.26.3.tar.gz) = 587acfd4d2dee715fb5f0c3c2d922770babf0b7cff7b2927afbb693a9cd193cc
+SIZE (locust_cloud-1.26.3.tar.gz) = 456042
diff --git a/benchmarks/py-locust-cloud/pkg-descr b/benchmarks/py-locust-cloud/pkg-descr
new file mode 100644
index 000000000000..ce27fab9cbc4
--- /dev/null
+++ b/benchmarks/py-locust-cloud/pkg-descr
@@ -0,0 +1,6 @@
+Locust Cloud is a hosted version of Locust that allows you to run
+distributed load tests without having to set up and maintain your
+own infrastructure.
+
+It also allows more detailed reporting and analysis, as well as
+storing historical test results and tracking them over time.