summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
blob: da24af20748c1157425c8fca4ed376c60cf5c518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# $NetBSD: Makefile,v 1.32 2005/02/14 22:07:23 xtraeme Exp $
#

COMMENT=	Benchmarking tools
PKG_MISC_TARGETS?=	benchmark results

SUBDIR+=	benchfft
SUBDIR+=	blogbench
SUBDIR+=	bonnie
SUBDIR+=	bonnie++
SUBDIR+=	bytebench
SUBDIR+=	dbench
SUBDIR+=	dhrystone
SUBDIR+=	fib
SUBDIR+=	flops
SUBDIR+=	hbench
SUBDIR+=	heapsort
SUBDIR+=	hint
SUBDIR+=	httperf
SUBDIR+=	iozone
SUBDIR+=	kttcp
SUBDIR+=	linpack-bench
SUBDIR+=	lmbench
SUBDIR+=	netio
SUBDIR+=	netpipe
SUBDIR+=	nettest
SUBDIR+=	nsieve
SUBDIR+=	nttcp
SUBDIR+=	paranoia
SUBDIR+=	postal
SUBDIR+=	postmark
SUBDIR+=	randread
SUBDIR+=	skampi
SUBDIR+=	ttcp
SUBDIR+=	whetstone
SUBDIR+=	xengine

.include "../mk/bsd.pkg.subdir.mk"