265d4cb9df
DESCR: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for the *nix operating system. This software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.
48 lines
831 B
Makefile
48 lines
831 B
Makefile
# $NetBSD: Makefile,v 1.45 2011/12/07 00:23:09 jym Exp $
|
|
#
|
|
|
|
COMMENT= Benchmarking tools
|
|
|
|
SUBDIR+= benchfft
|
|
SUBDIR+= blogbench
|
|
SUBDIR+= bonnie
|
|
SUBDIR+= bonnie++
|
|
SUBDIR+= bytebench
|
|
SUBDIR+= dbench
|
|
SUBDIR+= dhrystone
|
|
SUBDIR+= fib
|
|
SUBDIR+= flops
|
|
SUBDIR+= forkbomb
|
|
SUBDIR+= hbench
|
|
SUBDIR+= heapsort
|
|
SUBDIR+= hint
|
|
SUBDIR+= httperf
|
|
SUBDIR+= iozone
|
|
SUBDIR+= kttcp
|
|
SUBDIR+= libmicro
|
|
SUBDIR+= linpack-bench
|
|
SUBDIR+= lmbench
|
|
SUBDIR+= nbench
|
|
SUBDIR+= netio
|
|
SUBDIR+= netperf
|
|
SUBDIR+= netpipe
|
|
SUBDIR+= nettest
|
|
SUBDIR+= nsieve
|
|
SUBDIR+= nttcp
|
|
SUBDIR+= paranoia
|
|
SUBDIR+= phoronix-test-suite
|
|
SUBDIR+= pipebench
|
|
SUBDIR+= postal
|
|
SUBDIR+= postmark
|
|
SUBDIR+= randread
|
|
SUBDIR+= skampi
|
|
SUBDIR+= super_pi
|
|
SUBDIR+= sysbench
|
|
SUBDIR+= thrulay
|
|
SUBDIR+= ttcp
|
|
SUBDIR+= ubench
|
|
SUBDIR+= whetstone
|
|
SUBDIR+= xengine
|
|
SUBDIR+= zelibm
|
|
|
|
.include "../mk/misc/category.mk"
|