freebsd-ports/benchmarks/Makefile
Edwin Groothuis 29f2cf9b20 New port: benchmarks/scimark2 - a Java benchmark.
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>
2003-08-29 03:50:28 +00:00

30 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>