ports/benchmarks/mst-bench/Makefile
Jason W. Bacon c6c68478db benchmarks/mst-bench: Update to 0.2.1-18
Increase array test sizes and reps to wash out sampling error on modern
hardware, where run times were becoming too short and inconsistent.
A few other minor enhancements
2022-02-09 09:25:34 -06:00

18 lines
344 B
Makefile

PORTNAME= MST-Bench
DISTVERSION= 0.2.1-18
DISTVERSIONSUFFIX= -gd343ef8
CATEGORIES= benchmarks
MAINTAINER= jwb@FreeBSD.org
COMMENT= Maximum sustainable throughput benchmark
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= outpaddling
PLIST_FILES= bin/mst-bench man/man1/mst-bench.1.gz
.include <bsd.port.mk>