mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
benchmarks/hey: Take maintainership
This commit is contained in:
parent
f07e9b3400
commit
96e83d6f10
2 changed files with 5 additions and 4 deletions
|
@ -4,15 +4,14 @@ DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 25
|
PORTREVISION= 25
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= adamw@FreeBSD.org
|
||||||
COMMENT= Tiny program that sends some load to a web application
|
COMMENT= Load-based HTTP benchmarking tool
|
||||||
WWW= https://github.com/rakyll/hey
|
WWW= https://github.com/rakyll/hey
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= go:modules
|
USES= go:modules
|
||||||
|
|
||||||
GO_MODULE= github.com/rakyll/hey
|
GO_MODULE= github.com/rakyll/hey
|
||||||
|
|
||||||
PLIST_FILES= bin/hey
|
PLIST_FILES= bin/hey
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
hey is tool to to test HTTP/HTTP2 performance.
|
Hey tests HTTP/HTTP2 performance by sending configurable load
|
||||||
|
at a provided concurrency level and shows a plethora of
|
||||||
|
statistics.
|
||||||
|
|
Loading…
Add table
Reference in a new issue