diff options
-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 8b59e9c8ffd..7db66c278fa 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 57ba50eac34..4c407c5b042 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 |