mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
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
18 lines
344 B
Makefile
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>
|