diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-14 22:07:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-14 22:07:22 +0000 |
commit | 41e90de9f5418e33b651a8e759b6146cf041ed4d (patch) | |
tree | 774ffe56ac6cb998680c4a87c93256d0e549e257 | |
parent | ff1286bcd7b9fc440536efa40d0a881e68d57151 (diff) | |
download | pkgsrc-41e90de9f5418e33b651a8e759b6146cf041ed4d.tar.gz |
Added benchmarks/blogbench.
-rw-r--r-- | benchmarks/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7adfa00172c..da24af20748 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2003/12/03 18:41:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.32 2005/02/14 22:07:23 xtraeme Exp $ # COMMENT= Benchmarking tools PKG_MISC_TARGETS?= benchmark results SUBDIR+= benchfft +SUBDIR+= blogbench SUBDIR+= bonnie SUBDIR+= bonnie++ SUBDIR+= bytebench diff --git a/doc/CHANGES b/doc/CHANGES index 1291556bd7c..552562b1004 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9139 2005/02/14 21:33:02 jmmv Exp $ +$NetBSD: CHANGES,v 1.9140 2005/02/14 22:07:22 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -874,3 +874,4 @@ Changes to the packages collection and infrastructure in 2005: Updated docbook-xsl to 1.68.1 [jmmv 2005-02-14] Updated bibtex2html to 1.74nb1 [minskim 2005-02-14] Updated conglomerate to 0.9.0 [jmmv 2005-02-14] + Added blogbench-1.0 [xtraeme 2005-02-14] |