summaryrefslogtreecommitdiff
path: root/benchmarks/py-throughpy
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-01-27 14:30:59 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-01-27 14:30:59 +0000
commit391e2d57137cd42c3f505bda5d9b72baaacb9278 (patch)
tree5b30e9a7f3f01b2413900b785d7327386dd45715 /benchmarks/py-throughpy
parentdns/py-dns-lexicon: Update to 2.1.18 (diff)
Add benchmarks/py-throughpy: Python script to test throughput with iperf3
Execute throughput tests with iperf3 and get some formatted responses. The output shows just the min, max and average values. WWW: https://github.com/kanazux/throughpy PR: 225478 Submitted by: Silvio Ap Silva <contato@kanazuchi.com>
Notes
Notes: svn path=/head/; revision=460126
Diffstat (limited to 'benchmarks/py-throughpy')
-rw-r--r--benchmarks/py-throughpy/Makefile21
-rw-r--r--benchmarks/py-throughpy/distinfo3
-rw-r--r--benchmarks/py-throughpy/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/benchmarks/py-throughpy/Makefile b/benchmarks/py-throughpy/Makefile
new file mode 100644
index 000000000000..6a00fd97d971
--- /dev/null
+++ b/benchmarks/py-throughpy/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= throughpy
+PORTVERSION= 0.1
+CATEGORIES= benchmarks python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= contato@kanazuchi.com
+COMMENT= Python script to test throughput with iperf3
+
+LICENSE= BSD2CLAUSE
+
+RUN_DEPENDS= iperf3>=0:benchmarks/iperf3
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/benchmarks/py-throughpy/distinfo b/benchmarks/py-throughpy/distinfo
new file mode 100644
index 000000000000..43f860d9abf6
--- /dev/null
+++ b/benchmarks/py-throughpy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517016273
+SHA256 (throughpy-0.1.tar.gz) = 80643e53542c657238113449f43851febbb514fe4438c1f6776309b145d7451c
+SIZE (throughpy-0.1.tar.gz) = 2127
diff --git a/benchmarks/py-throughpy/pkg-descr b/benchmarks/py-throughpy/pkg-descr
new file mode 100644
index 000000000000..4ceb7938a1be
--- /dev/null
+++ b/benchmarks/py-throughpy/pkg-descr
@@ -0,0 +1,4 @@
+Execute throughput tests with iperf3 and get some formatted responses.
+The output shows just the min, max and average values.
+
+WWW: https://github.com/kanazux/throughpy