mirror of
https://git.freebsd.org/ports.git
synced 2025-04-27 17:16:37 -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
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tiny program that sends some load to a web application
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Load-based HTTP benchmarking tool
|
||||
WWW= https://github.com/rakyll/hey
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
|
||||
GO_MODULE= github.com/rakyll/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