e4ca61134f
which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is benchmark. The package contains code used to benchmark speed of Octave. WWW: http://octave.sourceforge.net/ PR: 127301 Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
69 lines
1.5 KiB
Makefile
69 lines
1.5 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 += octave-forge-benchmark
|
|
SUBDIR += p5-Benchmark-Forking
|
|
SUBDIR += p5-Benchmark-Stopwatch
|
|
SUBDIR += pathchirp
|
|
SUBDIR += pathload
|
|
SUBDIR += pathrate
|
|
SUBDIR += pear-Benchmark
|
|
SUBDIR += pipebench
|
|
SUBDIR += pnetmark
|
|
SUBDIR += polygraph
|
|
SUBDIR += polygraph31
|
|
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>
|