Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/hey/Makefile
16124 views
# Created by: Brad Davis <[email protected]>

PORTNAME=	hey
PORTVERSION=	0.1.4
DISTVERSIONPREFIX=	v
PORTREVISION=	1
CATEGORIES=	benchmarks

MAINTAINER=	[email protected]
COMMENT=	Tiny program that sends some load to a web application

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/rakyll/hey

PLIST_FILES=	bin/hey

.include <bsd.port.mk>