aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/plow
diff options
context:
space:
mode:
authorGabriel M. Dutra <0xdutra@gmail.com>2022-10-25 12:56:00 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-10-25 12:56:00 +0000
commitccb317a68c0e5ac8a935b89aee8deb92d7730f72 (patch)
treea7634309598440c567343a19431c456bb3904532 /benchmarks/plow
parentb51ff9a37129553bb88941cdad4d6ac532157e0d (diff)
Diffstat (limited to 'benchmarks/plow')
-rw-r--r--benchmarks/plow/Makefile19
-rw-r--r--benchmarks/plow/distinfo5
-rw-r--r--benchmarks/plow/pkg-descr2
3 files changed, 26 insertions, 0 deletions
diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile
new file mode 100644
index 000000000000..d6286bdbc9bb
--- /dev/null
+++ b/benchmarks/plow/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= plow
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.3.1
+CATEGORIES= benchmarks
+
+MAINTAINER= 0xdutra@gmail.com
+COMMENT= HTTP benchmarking tool with real-time web UI and terminal displaying
+WWW= https://github.com/six-ddc/plow
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/six-ddc/plow
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/benchmarks/plow/distinfo b/benchmarks/plow/distinfo
new file mode 100644
index 000000000000..0ef2c33ffb2b
--- /dev/null
+++ b/benchmarks/plow/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1664069439
+SHA256 (go/benchmarks_plow/plow-v1.3.1/v1.3.1.mod) = 3ac99f55827a991f72a1d5ae368ae18355e4dfb1904cc10310416ca916ad3035
+SIZE (go/benchmarks_plow/plow-v1.3.1/v1.3.1.mod) = 1187
+SHA256 (go/benchmarks_plow/plow-v1.3.1/v1.3.1.zip) = 264c905be837d437f5b761f8a9a98609f23eec5189ed0d60c1fab6d21c9b7f43
+SIZE (go/benchmarks_plow/plow-v1.3.1/v1.3.1.zip) = 2645687
diff --git a/benchmarks/plow/pkg-descr b/benchmarks/plow/pkg-descr
new file mode 100644
index 000000000000..8dc4addcc8fb
--- /dev/null
+++ b/benchmarks/plow/pkg-descr
@@ -0,0 +1,2 @@
+HTTP(S) benchmarking tool, written in Golang. It uses excellent fasthttp
+instead of Go's default net/http due to its lightning fast performance.