mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add benchmarks/plow: HTTP benchmarking tool with real-time web UI and terminal displaying
PR: 266588
This commit is contained in:
parent
b51ff9a371
commit
ccb317a68c
4 changed files with 27 additions and 0 deletions
|
@ -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
19
benchmarks/plow/Makefile
Normal 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
5
benchmarks/plow/distinfo
Normal 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
|
2
benchmarks/plow/pkg-descr
Normal file
2
benchmarks/plow/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue