pkgsrc/benchmarks/bonnie++/Makefile

25 lines
638 B
Makefile
Raw Normal View History

2001-07-18 12:31:20 +02:00
# $NetBSD: Makefile,v 1.3 2001/07/18 10:31:20 wiz Exp $
#
DISTNAME= bonnie++-1.01
CATEGORIES= benchmarks
MASTER_SITES= http://www.coker.com.au/bonnie++/
EXTRACT_SUFX= .tgz
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.coker.com.au/bonnie++/
COMMENT= Enhanced performance Test of Filesystem I/O
GNU_CONFIGURE= yes
USE_PERL5= yes
REPLACE_PERL= bon_csv2txt.in bon_csv2html.in
benchmark:
@(cd ${WRKSRC}; ./bonnie++ -u 0:0 | 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"