benchmarks/hey: Take maintainership

This commit is contained in:
Adam Weinberger 2025-04-10 07:11:44 -04:00
parent f07e9b3400
commit 96e83d6f10
2 changed files with 5 additions and 4 deletions

View file

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

View file

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