pkgsrc/benchmarks/blogbench/Makefile
xtraeme ff1286bcd7 Initial import of blogbench-1.0.
Blogbench is a portable filesystem benchmark that tries to reproduce
the load of a real-world busy file server.

It stresses the filesystem with multiple threads performing random
reads, writes and rewrites in order to get a realistic idea of the
scalability and the concurrency a system can handle.
2005-02-14 22:05:53 +00:00

17 lines
424 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/02/14 22:05:53 xtraeme Exp $
#
DISTNAME= blogbench-1.0
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.blogbench.pureftpd.org/blogbench/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://blogbench.pureftpd.org/
COMMENT= Portable filesystem benchmark
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"