1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/benchmarks/Makefile
Pav Lucistnik ba13570511 Geekbench is a cross-platform benchmark suite for Mac OS X, Windows,
Solaris, and Linux. Geekbench is designed to measure the performance
an average application can expect from both the processor and the
memory subsystem.

Geekbench's benchmarks are written in platform-neutral C++, and have
no platform-specific optimizations. Geekbench is compiled with what we
consider the de-facto standard compiler for each platform, with the
compiler switches suggested by the compiler vendor for release code.

WWW:	http://www.geekpatrol.ca/geekbench/

PR:		ports/106533
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2008-04-05 18:25:40 +00:00

68 lines
1.4 KiB
Makefile

# $FreeBSD$
#
COMMENT = Benchmarking tools
SUBDIR += autobench
SUBDIR += blogbench
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += dkftpbench
SUBDIR += fhourstones
SUBDIR += flops
SUBDIR += forkbomb
SUBDIR += geekbench
SUBDIR += gsbench
SUBDIR += gtkperf
SUBDIR += himenobench
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += imb
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += iperf
SUBDIR += libmicro
SUBDIR += lmbench
SUBDIR += mdtest
SUBDIR += nbench
SUBDIR += netio
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += nqueens
SUBDIR += nttcp
SUBDIR += p5-Benchmark-Forking
SUBDIR += p5-Benchmark-Stopwatch
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 += rubygem-railsbench
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += sipp
SUBDIR += stream
SUBDIR += super-smack
SUBDIR += sysbench
SUBDIR += tcpblast
SUBDIR += thrulay
SUBDIR += tmetric
SUBDIR += ttcp
SUBDIR += ubench
SUBDIR += unixbench
SUBDIR += webbench
SUBDIR += xdd
SUBDIR += xengine
.include <bsd.port.subdir.mk>