7caf75ff6a
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. ok bernd@
24 lines
493 B
Makefile
24 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/10 11:17:20 ajacoutot Exp $
|
|
|
|
COMMENT= "filesystem benchmark"
|
|
|
|
DISTNAME= blogbench-1.0
|
|
CATEGORIES= benchmarks
|
|
|
|
HOMEPAGE= http://www.pureftpd.org/project/blogbench
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://download.pureftpd.org/pub/blogbench/ \
|
|
ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/blogbench/
|
|
|
|
WANTLIB= c pthread
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|