mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
29f2cf9b20
SciMark 2.0 is a Java benchmark for scientific and numerical computing. It measures several computational kernels and reports a composite score in approximate Mflops (Millions of floating point operations per second). Suggested by May Tho. PR: ports/50645 Submitted by: Thierry Thomas <thierry@pompo.net>
31 lines
594 B
Makefile
31 lines
594 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += bytebench
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += iozone
|
|
SUBDIR += iozone21
|
|
SUBDIR += lmbench
|
|
SUBDIR += nbench
|
|
SUBDIR += netperf
|
|
SUBDIR += netpipe
|
|
SUBDIR += pipebench
|
|
SUBDIR += polygraph
|
|
SUBDIR += postal
|
|
SUBDIR += postmark
|
|
SUBDIR += pybench
|
|
SUBDIR += rawio
|
|
SUBDIR += scimark2
|
|
SUBDIR += scimark2c
|
|
SUBDIR += siege
|
|
SUBDIR += stream
|
|
SUBDIR += tcpblast
|
|
SUBDIR += tmetric
|
|
SUBDIR += ubench
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|