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.
18 lines
341 B
Makefile
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>
|