b0a748bd0b
Fix a bug that allowed modern optimizers to skew results. Expand output to include more hardware info.
18 lines
359 B
Makefile
18 lines
359 B
Makefile
PORTNAME= MST-Bench
|
|
DISTVERSION= 0.2.2
|
|
CATEGORIES= benchmarks
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Maximum sustainable throughput benchmark
|
|
WWW= https://github.com/outpaddling/MST-Bench
|
|
|
|
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>
|