mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
4612d2325f
compressors. It joins all compressors into a single executable. At the beginning, an input file is read to memory. Then all compressors are used to compress and decompress the file and decompressed file is verified. WWW: https://github.com/inikep/lzbench Add a port of libdeflate, a library for fast, whole-buffer DEFLATE-based compression and decompression. WWW: https://github.com/ebiggers/libdeflate Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1515146810 which corresponds to commit 6c4ad37 tagged as this release.
94 lines
2.0 KiB
Makefile
94 lines
2.0 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Benchmarking tools
|
|
|
|
SUBDIR += autobench
|
|
SUBDIR += blogbench
|
|
SUBDIR += bombardier
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += clpeak
|
|
SUBDIR += cpipe
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += dhrystone
|
|
SUBDIR += dkftpbench
|
|
SUBDIR += expedite
|
|
SUBDIR += fhourstones
|
|
SUBDIR += filebench
|
|
SUBDIR += fio
|
|
SUBDIR += flamegraph
|
|
SUBDIR += flops
|
|
SUBDIR += flowgrind
|
|
SUBDIR += forkbomb
|
|
SUBDIR += glmark2
|
|
SUBDIR += gtkperf
|
|
SUBDIR += hey
|
|
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 += lzbench
|
|
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 += polygraph
|
|
SUBDIR += postal
|
|
SUBDIR += postmark
|
|
SUBDIR += py-naarad
|
|
SUBDIR += py-zopkio
|
|
SUBDIR += pybench
|
|
SUBDIR += raidtest
|
|
SUBDIR += ramspeed
|
|
SUBDIR += randomio
|
|
SUBDIR += rubygem-benchmark-ips
|
|
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 += webbench
|
|
SUBDIR += wrk
|
|
|
|
.include <bsd.port.subdir.mk>
|