diff --git a/benchmarks/hey/Makefile b/benchmarks/hey/Makefile index 7ec46bff594f..f0574f1a2e5a 100644 --- a/benchmarks/hey/Makefile +++ b/benchmarks/hey/Makefile @@ -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 diff --git a/benchmarks/hey/pkg-descr b/benchmarks/hey/pkg-descr index 8a65b4173e85..8f6ed3341468 100644 --- a/benchmarks/hey/pkg-descr +++ b/benchmarks/hey/pkg-descr @@ -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.