summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index e964d7f243b..696320bb63e 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/09/03 06:27:25 xtraeme Exp $
+# $NetBSD: Makefile,v 1.38 2005/09/03 06:53:48 xtraeme Exp $
#
COMMENT= Benchmarking tools
@@ -27,6 +27,7 @@ SUBDIR+= nettest
SUBDIR+= nsieve
SUBDIR+= nttcp
SUBDIR+= paranoia
+SUBDIR+= pipebench
SUBDIR+= postal
SUBDIR+= postmark
SUBDIR+= randread
diff --git a/doc/CHANGES b/doc/CHANGES
index 59029658250..ad915e40115 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11003 2005/09/03 06:27:24 xtraeme Exp $
+$NetBSD: CHANGES,v 1.11004 2005/09/03 06:53:47 xtraeme Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -3879,3 +3879,4 @@ Changes to the packages collection and infrastructure in 2005:
Added x11/ede version 1.0.4 [xtraeme 2005-09-02]
Added benchmarks/ubench version 0.32 [xtraeme 2005-09-03]
Added benchmarks/nbench version 2.2.2 [xtraeme 2005-09-03]
+ Added benchmarks/pipebench version 0.40 [xtraeme 2005-09-03]