Add benchmarks/plow: HTTP benchmarking tool with real-time web UI and terminal displaying

PR:		266588
This commit is contained in:
Gabriel M. Dutra 2022-10-25 20:56:00 +08:00 committed by Li-Wen Hsu
parent b51ff9a371
commit ccb317a68c
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF
4 changed files with 27 additions and 0 deletions

View file

@ -71,6 +71,7 @@
SUBDIR += perftest SUBDIR += perftest
SUBDIR += phoronix-test-suite SUBDIR += phoronix-test-suite
SUBDIR += pipebench SUBDIR += pipebench
SUBDIR += plow
SUBDIR += polygraph SUBDIR += polygraph
SUBDIR += postal SUBDIR += postal
SUBDIR += postmark SUBDIR += postmark

19
benchmarks/plow/Makefile Normal file
View file

@ -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>

5
benchmarks/plow/distinfo Normal file
View file

@ -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

View file

@ -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.