From 96e83d6f10e19a367aee4ce5f7dffdda3a28ea72 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 10 Apr 2025 07:11:44 -0400 Subject: [PATCH] benchmarks/hey: Take maintainership --- benchmarks/hey/Makefile | 5 ++--- benchmarks/hey/pkg-descr | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) 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.