From f544fc14ed1e41244d3fba2d11315ca2098805a0 Mon Sep 17 00:00:00 2001 From: garbled Date: Sat, 26 Dec 1998 15:59:54 +0000 Subject: Fix all the benchmark targets so they work properly, and work with the package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection. --- benchmarks/bonnie/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'benchmarks/bonnie/Makefile') diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 05638ba8319..c05ca742df7 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/09/24 09:20:08 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/12/26 15:59:55 garbled Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp # @@ -23,6 +23,10 @@ post-extract: ${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c benchmark: - @(cd ${WRKSRC}; ./bonnie) + @(cd ${WRKSRC}; ./bonnie | tee bonnie.out) + +results: + -@${MKDIR} /tmp/benches/`domainname` + -@cp ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3