From 3fe66a778c78acaec3d38e65d0dce18d5e6ea805 Mon Sep 17 00:00:00 2001 From: rmind Date: Mon, 5 Mar 2007 16:01:53 +0000 Subject: [PATCH] Add benchmarks/sysbench. --- benchmarks/Makefile | 3 ++- doc/CHANGES-2007 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 4a4e7ab4ccd7..8c9565325b51 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/11/21 10:59:25 tron Exp $ +# $NetBSD: Makefile,v 1.41 2007/03/05 16:01:58 rmind Exp $ # COMMENT= Benchmarking tools @@ -34,6 +34,7 @@ SUBDIR+= postal SUBDIR+= postmark SUBDIR+= randread SUBDIR+= skampi +SUBDIR+= sysbench SUBDIR+= thrulay SUBDIR+= ttcp SUBDIR+= ubench diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 1ddbe8fc3371..f646652b0429 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.531 2007/03/05 11:51:17 ghen Exp $ +$NetBSD: CHANGES-2007,v 1.532 2007/03/05 16:01:53 rmind Exp $ Changes to the packages collection and infrastructure in 2007: @@ -1049,3 +1049,4 @@ Changes to the packages collection and infrastructure in 2007: Updated www/seamonkey to 1.1.1 [ghen 2007-03-05] Updated www/seamonkey-bin to 1.1.1 [ghen 2007-03-05] Updated www/seamonkey-gtk1 to 1.1.1nb1 [ghen 2007-03-05] + Updated benchmarks/sysbench to 0.4.8 [rmind 2007-03-05]