freebsd-ports/benchmarks/Makefile
Pawel Pekala 97fe3ab28b RAMspeed is a command line utility to measure cache and memory performance of
computer systems. It offers 18 cache and memory benchmarks for i386 and amd64
machines, though 6 only for alpha ones. There are *mark benchmarks such as
INTmark, FLOATmark, MMXmark and SSEmark. They operate with linear (sequential)
data streams passed through ALU, FPU, MMX and SSE units respectively.
There are also *mem benchmarks such as INTmem, FLOATmem, MMXmem and SSEmem.
These are supposed to illustrate how fast is actual read/write memory
performance. There are also non-temporal versions of MMX and SSE benchmarks.
They have been coded with special instructions to minimise cache pollution on
memory reads and to eliminate it completely on memory writes. In addition, they
operate with a built in aggressive data prefetching algorithm. In some cases,
non-temporal MMXmark and SSEmark can deliver almost 100% of theoretical
bandwidth while reading.

WWW: http://alasir.com/software/ramspeed/

PR:		ports/186108
Submitted by:	Martin Kammerhofer <mkamm@gmx.net>
2014-01-31 13:40:21 +00:00

84 lines
1.8 KiB
Makefile

# $FreeBSD$
#
COMMENT = Benchmarking tools
SUBDIR += autobench
SUBDIR += blogbench
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += cpipe
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += dkftpbench
SUBDIR += expedite
SUBDIR += fhourstones
SUBDIR += filebench
SUBDIR += fio
SUBDIR += flops
SUBDIR += flowgrind
SUBDIR += forkbomb
SUBDIR += geekbench
SUBDIR += gtkperf
SUBDIR += himenobench
SUBDIR += hpl
SUBDIR += hs-criterion
SUBDIR += httperf
SUBDIR += imb
SUBDIR += interbench
SUBDIR += iorate
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += iperf
SUBDIR += iperf3
SUBDIR += libmicro
SUBDIR += lmbench
SUBDIR += mdtest
SUBDIR += nbench
SUBDIR += netio
SUBDIR += netperf
SUBDIR += netperfmeter
SUBDIR += netpipe
SUBDIR += nosqlbench
SUBDIR += nqueens
SUBDIR += nttcp
SUBDIR += nuttcp
SUBDIR += octave-forge-benchmark
SUBDIR += p5-Benchmark-Forking
SUBDIR += p5-Benchmark-Stopwatch
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pathrate
SUBDIR += pear-Benchmark
SUBDIR += phoronix-test-suite
SUBDIR += pipebench
SUBDIR += pnetmark
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += pybench
SUBDIR += raidtest
SUBDIR += ramspeed
SUBDIR += randomio
SUBDIR += rubygem-railsbench
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += sipp
SUBDIR += slowloris
SUBDIR += spec-sfs
SUBDIR += spp
SUBDIR += stream
SUBDIR += super-smack
SUBDIR += sysbench
SUBDIR += tcpblast
SUBDIR += thrulay
SUBDIR += tsung
SUBDIR += ttcp
SUBDIR += ubench
SUBDIR += unixbench
SUBDIR += webbench
SUBDIR += wrk
SUBDIR += xdd
.include <bsd.port.subdir.mk>