658c0ba60f
create common testing platform to run predefined GTK+ widgets (opening comboboxes, toggling buttons, scrolling text yms.) and this way define the speed of device/platform. WWW: http://gtkperf.sourceforge.net PR: ports/96162 Submitted by: Andreas Kohn <andreas@syndrom23.de>
58 lines
1.2 KiB
Makefile
58 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Benchmarking tools
|
|
|
|
SUBDIR += autobench
|
|
SUBDIR += blogbench
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += dkftpbench
|
|
SUBDIR += flops
|
|
SUBDIR += forkbomb
|
|
SUBDIR += gtkperf
|
|
SUBDIR += himenobench
|
|
SUBDIR += hpl
|
|
SUBDIR += httperf
|
|
SUBDIR += iozone
|
|
SUBDIR += iozone21
|
|
SUBDIR += iperf
|
|
SUBDIR += libmicro
|
|
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 += super-smack
|
|
SUBDIR += sysbench
|
|
SUBDIR += tcpblast
|
|
SUBDIR += thrulay
|
|
SUBDIR += tmetric
|
|
SUBDIR += ttcp
|
|
SUBDIR += ubench
|
|
SUBDIR += unixbench
|
|
SUBDIR += webbench
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|