diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-31 21:23:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-31 21:23:28 +0000 |
commit | a90f8279c5e41bd2d702e4593fa8091d145c199a (patch) | |
tree | 332ea7212b051707ec45da391ef3731ec2e5eaa0 /benchmarks/blogbench | |
parent | f4b344640b2ab210dc39a1516c6ddf695effe19b (diff) | |
download | ports-a90f8279c5e41bd2d702e4593fa8091d145c199a.tar.gz ports-a90f8279c5e41bd2d702e4593fa8091d145c199a.zip |
Notes
Diffstat (limited to 'benchmarks/blogbench')
-rw-r--r-- | benchmarks/blogbench/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/blogbench/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/blogbench/Makefile b/benchmarks/blogbench/Makefile index 8b59e9c8ffdb..7db66c278fa0 100644 --- a/benchmarks/blogbench/Makefile +++ b/benchmarks/blogbench/Makefile @@ -8,7 +8,8 @@ PORTNAME= blogbench PORTVERSION= 1.0 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.blogbench.pureftpd.org/blogbench/ +MASTER_SITES= http://download.pureftpd.org/pub/blogbench/ \ + ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/blogbench/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Performance Test of Filesystem I/O diff --git a/benchmarks/blogbench/pkg-descr b/benchmarks/blogbench/pkg-descr index 57ba50eac34d..4c407c5b0421 100644 --- a/benchmarks/blogbench/pkg-descr +++ b/benchmarks/blogbench/pkg-descr @@ -5,4 +5,4 @@ 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. -WWW: http://blogbench.pureftpd.org/ +WWW: http://blogbench.pureftpd.org/project/blogbench |