1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/benchmarks/Makefile
Jason W. Bacon 0b83e8dde9 benchmarks/mst-bench: Maximum sustainable throughput benchmark
MST-bench is a simple program to measure optimal sustained memory and disk
performance.

Unlike many benchmarks, it does not attempt to simulate naturally occurring
loads. Rather, it indicates what is the best performance you can expect out of
your hardware, providing a reference to which software can be compared.
2021-06-17 12:06:41 -05:00

109 lines
2.5 KiB
Makefile

COMMENT = Benchmarking tools
SUBDIR += ali
SUBDIR += apib
SUBDIR += autobench
SUBDIR += blogbench
SUBDIR += bombardier
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += clpeak
SUBDIR += cpipe
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += dhrystone
SUBDIR += dkftpbench
SUBDIR += fhourstones
SUBDIR += filebench
SUBDIR += fio
SUBDIR += flamegraph
SUBDIR += flops
SUBDIR += flowgrind
SUBDIR += forkbomb
SUBDIR += glmark2
SUBDIR += gtkperf
SUBDIR += hey
SUBDIR += himenobench
SUBDIR += hipercontracer
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += hyperfine
SUBDIR += imb
SUBDIR += inferno
SUBDIR += interbench
SUBDIR += iorate
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += iperf
SUBDIR += iperf3
SUBDIR += kdiskmark
SUBDIR += libcelero
SUBDIR += libmicro
SUBDIR += linux-gputest
SUBDIR += linux-vdbench
SUBDIR += lmbench
SUBDIR += lzbench
SUBDIR += mangohud
SUBDIR += mdtest
SUBDIR += mst-bench
SUBDIR += nbench
SUBDIR += netio
SUBDIR += netperf
SUBDIR += netperfmeter
SUBDIR += nosqlbench
SUBDIR += nqueens
SUBDIR += nttcp
SUBDIR += nuttcp
SUBDIR += octave-forge-benchmark
SUBDIR += p5-Benchmark-Forking
SUBDIR += p5-Benchmark-Stopwatch
SUBDIR += p5-Dumbbench
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pathrate
SUBDIR += pear-Benchmark
SUBDIR += perftest
SUBDIR += phoronix-test-suite
SUBDIR += pipebench
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += py-locust
SUBDIR += py-naarad
SUBDIR += py-throughpy
SUBDIR += py-zopkio
SUBDIR += raidtest
SUBDIR += ramspeed
SUBDIR += randomio
SUBDIR += rubygem-benchmark
SUBDIR += rubygem-benchmark-ips
SUBDIR += rubygem-benchmark-memory
SUBDIR += rubygem-derailed_benchmarks
SUBDIR += rubygem-gitlab-derailed_benchmarks
SUBDIR += rubygem-railsbench
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += sipp
SUBDIR += slowloris
SUBDIR += smhasher
SUBDIR += spp
SUBDIR += stream
SUBDIR += stress-ng
SUBDIR += super-smack
SUBDIR += sysbench
SUBDIR += tcpblast
SUBDIR += thrulay
SUBDIR += tsung
SUBDIR += ttcp
SUBDIR += typometer
SUBDIR += ubench
SUBDIR += unixbench
SUBDIR += uperf
SUBDIR += vegeta
SUBDIR += vkmark
SUBDIR += webbench
SUBDIR += wrk
.include <bsd.port.subdir.mk>