1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/benchmarks/Makefile
Alexey Dokuchaev f497276d3c Add nqueens 1.0, n-queens problem benchmark.
PR:		ports/78274
Submitted by:	NAKAJI Hiroyuki <nakaji(at)jp.freebsd.org>
2005-05-25 10:52:42 +00:00

52 lines
1.0 KiB
Makefile

# $FreeBSD$
#
COMMENT = Benchmarking tools
SUBDIR += autobench
SUBDIR += blogbench
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += dkftpbench
SUBDIR += forkbomb
SUBDIR += himenobench
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += iperf
SUBDIR += lmbench
SUBDIR += nbench
SUBDIR += netio
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += nqueens
SUBDIR += nttcp
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pathrate
SUBDIR += pear-Benchmark
SUBDIR += pipebench
SUBDIR += pnetmark
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += pybench
SUBDIR += raidtest
SUBDIR += rawio
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += stream
SUBDIR += tcpblast
SUBDIR += tmetric
SUBDIR += ttcp
SUBDIR += ubench
SUBDIR += unixbench
SUBDIR += webbench
SUBDIR += xengine
.include <bsd.port.subdir.mk>