summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2001-07-16 23:20:43 +0000
committergarbled <garbled@pkgsrc.org>2001-07-16 23:20:43 +0000
commit99a34ec6ffb15c91b1bfa9eb3e42a936933e8e77 (patch)
tree89ef4eb532cf25177c1ae364bda2911164b12288 /benchmarks/bonnie++/Makefile
parente5ed120f4a35bb545553f6a3143878513d57943b (diff)
downloadpkgsrc-99a34ec6ffb15c91b1bfa9eb3e42a936933e8e77.tar.gz
Add new pkg for bonnie++ 1.01. This is an enhanced version of bonnie
based on the original.
Diffstat (limited to 'benchmarks/bonnie++/Makefile')
-rw-r--r--benchmarks/bonnie++/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
new file mode 100644
index 00000000000..4a54c3239fb
--- /dev/null
+++ b/benchmarks/bonnie++/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/16 23:20:43 garbled 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
+
+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"