1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/benchmarks/Makefile
Maho Nakata b45a3f0758 Add Himeno Benchmark. this suite was made by HIMENO, Ryutaro,
for evaluation of performance of the calculation
of incompressible flow analysis. This program solves Poisson equation
by Jacobi's iterative method which have many loops
2004-08-16 08:14:12 +00:00

42 lines
826 B
Makefile

# $FreeBSD$
#
COMMENT = Benchmarking tools
SUBDIR += autobench
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += bytebench
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += forkbomb
SUBDIR += himenobench
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += lmbench
SUBDIR += nbench
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += nttcp
SUBDIR += pipebench
SUBDIR += pnetmark
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += pybench
SUBDIR += rawio
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += stream
SUBDIR += tcpblast
SUBDIR += tmetric
SUBDIR += ttcp
SUBDIR += ubench
SUBDIR += webbench
SUBDIR += xengine
.include <bsd.port.subdir.mk>