freebsd-ports/benchmarks/mst-bench/Makefile
Jason W. Bacon 0b83e8dde9 benchmarks/mst-bench: Maximum sustainable throughput benchmark
MST-bench is a simple program to measure optimal sustained memory and disk
performance.

Unlike many benchmarks, it does not attempt to simulate naturally occurring
loads. Rather, it indicates what is the best performance you can expect out of
your hardware, providing a reference to which software can be compared.
2021-06-17 12:06:41 -05:00

18 lines
341 B
Makefile

PORTNAME= MST-Bench
DISTVERSION= 0.2.1-3
DISTVERSIONSUFFIX= -g0175cb2
CATEGORIES= benchmarks
MAINTAINER= jwb@FreeBSD.org
COMMENT= Maximum sustained 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>